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