1 write to _runtimeCallableWrapper
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
46_runtimeCallableWrapper = Marshal.GetObjectForIUnknown((nint)thisPointer);
3 references to _runtimeCallableWrapper
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\Marshalling\ComObject.cs (3)
47Debug.Assert(Marshal.IsComObject(_runtimeCallableWrapper)); 165Debug.Assert(_runtimeCallableWrapper != null); 166return _runtimeCallableWrapper;