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