1 write to _enumerator
NuGet.CommandLine.XPlat (1)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (1)
513
_enumerator
= enumerator;
4 references to _enumerator
NuGet.CommandLine.XPlat (4)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (4)
520
return
_enumerator
.Current;
534
_enumerator
.Dispose();
541
return
_enumerator
.MoveNext();
551
_enumerator
.Reset();