1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
570_obj = obj;
8 references to _obj
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (8)
560public IObjectReference ObjRef { get => _obj; } 562public IntPtr ThisPtr => _obj.ThisPtr; 564public ObjectReference<I> AsInterface<I>() => _obj.As<I>(); 565public A As<A>() => _obj.AsType<A>(); 579global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.MoveNext_2(ThisPtr, out __retval)); 593global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.GetMany_3(ThisPtr, __items_length, __items_data, out __retval)); 610_obj.Vftbl.get_Current_0.DynamicInvokeAbi(__params); 625global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.get_HasCurrent_1(ThisPtr, out __retval));