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)
294
public IntPtr ThisPtr =>
_obj
.ThisPtr;
295
public ObjectReference<I> AsInterface<I>() =>
_obj
.As<I>();
296
public A As<A>() =>
_obj
.AsType<A>();
309
Marshal.ThrowExceptionForHR(
_obj
.Vftbl.GetLanguageException_0(ThisPtr, out __return_value__));