diff options
| author | Bond_009 <Bond.009@outlook.com> | 2020-03-24 16:12:06 +0100 |
|---|---|---|
| committer | Bond_009 <Bond.009@outlook.com> | 2020-03-24 16:12:06 +0100 |
| commit | e9d1eabd53105ae15bca08f5722bbaa0bfa49758 (patch) | |
| tree | e0b7c537f2b55c817f02fd3dc8ae2e43e49ee3c6 /RSSDP/DisposableManagedObjectBase.cs | |
| parent | da4855ce4f590d7dc60b81bbf841e58f9220aac3 (diff) | |
Remove unused usings
Diffstat (limited to 'RSSDP/DisposableManagedObjectBase.cs')
| -rw-r--r-- | RSSDP/DisposableManagedObjectBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RSSDP/DisposableManagedObjectBase.cs b/RSSDP/DisposableManagedObjectBase.cs index bb36229c4..39589f022 100644 --- a/RSSDP/DisposableManagedObjectBase.cs +++ b/RSSDP/DisposableManagedObjectBase.cs @@ -72,7 +72,7 @@ namespace Rssdp.Infrastructure /// <para>Sets the <see cref="IsDisposed"/> property to true. Does not explicitly throw an exception if called multiple times, but makes no promises about behaviour of derived classes.</para> /// </remarks> /// <seealso cref="IsDisposed"/> - [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1063:ImplementIDisposableCorrectly", Justification="We do exactly as asked, but CA doesn't seem to like us also setting the IsDisposed property. Too bad, it's a good idea and shouldn't cause an exception or anything likely to interfer with the dispose process.")] + [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1063:ImplementIDisposableCorrectly", Justification = "We do exactly as asked, but CA doesn't seem to like us also setting the IsDisposed property. Too bad, it's a good idea and shouldn't cause an exception or anything likely to interfer with the dispose process.")] public void Dispose() { IsDisposed = true; |
