1 instantiation of Enumerator
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (1)
320
return new
Enumerator
(this);
2 references to Enumerator
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (2)
318
public
Enumerator
GetEnumerator()
635
/// Releases resources used by the <see cref="
Enumerator
"/>.