1 instantiation of Enumerator
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
ReadOnlyListExtensions.cs (1)
1083public Enumerator GetEnumerator() => new(this);
2 references to Enumerator
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
ReadOnlyListExtensions.cs (1)
1083public Enumerator GetEnumerator() => new(this);
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (1)
ReadOnlyListExtensionsTests.cs (1)
491var enumerator = enumerable.GetEnumerator();