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