1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
417_obj = obj;
5 references to _obj
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (5)
411public IntPtr ThisPtr => _obj.ThisPtr; 412public ObjectReference<I> AsInterface<I>() => _obj.As<I>(); 413public A As<A>() => _obj.AsType<A>(); 431Marshal.ThrowExceptionForHR(_obj.Vftbl.GetErrorDetails_0(ThisPtr, out _description, out error, out _restrictedDescription, out _capabilitySid)); 449Marshal.ThrowExceptionForHR(_obj.Vftbl.GetReference_1(ThisPtr, out __retval));