1 instantiation of Enumerator
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\RouteValueDictionary.cs (1)
466return new Enumerator(this);
2 references to Enumerator
Microsoft.AspNetCore.Http.Abstractions (2)
Routing\RouteValueDictionary.cs (2)
464public Enumerator GetEnumerator() 813/// Releases resources used by the <see cref="Enumerator"/>.