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)
47
Debug.Assert(Marshal.IsComObject(
_runtimeCallableWrapper
));
165
Debug.Assert(
_runtimeCallableWrapper
!= null);
166
return
_runtimeCallableWrapper
;