1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
169_obj = obj;
5 references to _obj
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (5)
161public IObjectReference ObjRef { get => _obj; } 163public IntPtr ThisPtr => _obj.ThisPtr; 164public ObjectReference<I> AsInterface<I>() => _obj.As<I>(); 165public A As<A>() => _obj.AsType<A>(); 179global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.First_0(ThisPtr, out __retval));