1 instantiation of Enumerator
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\EndpointMetadataCollection.cs (1)
148public Enumerator GetEnumerator() => new Enumerator(this);
3 references to Enumerator
Microsoft.AspNetCore.Http.Abstractions (3)
Routing\EndpointMetadataCollection.cs (3)
148public Enumerator GetEnumerator() => new Enumerator(this); 187/// Releases all resources used by the <see cref="Enumerator"/>. 194/// Advances the enumerator to the next element of the <see cref="Enumerator"/>.