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