1 write to _released
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
84if (UniqueInstance && Interlocked.CompareExchange(ref _released, 1, 0) == 0)
1 reference to _released
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
118ObjectDisposedException.ThrowIf(_released != 0, this);