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