1 write to _runtimeCallableWrapper
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
44_runtimeCallableWrapper = Marshal.GetObjectForIUnknown((nint)thisPointer);
3 references to _runtimeCallableWrapper
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\Marshalling\ComObject.cs (3)
45Debug.Assert(Marshal.IsComObject(_runtimeCallableWrapper)); 163Debug.Assert(_runtimeCallableWrapper != null); 164return _runtimeCallableWrapper;