1 write to _enumerable
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
70
_enumerable
= new ABI.System.Collections.Generic.IEnumerable<T>(vectorView.ObjRef);
1 reference to _enumerable
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
109
public global::System.Collections.Generic.IEnumerator<T> GetEnumerator() =>
_enumerable
.GetEnumerator();