1 write to _released
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
86if (UniqueInstance && !Interlocked.Exchange(ref _released, true))
1 reference to _released
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
120ObjectDisposedException.ThrowIf(_released, this);