1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
312_obj = obj;
4 references to _obj
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (4)
306public IntPtr ThisPtr => _obj.ThisPtr; 307public ObjectReference<I> AsInterface<I>() => _obj.As<I>(); 308public A As<A>() => _obj.AsType<A>(); 321Marshal.ThrowExceptionForHR(_obj.Vftbl.GetLanguageException_0(ThisPtr, out __return_value__));