7 references to MoveNext
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.PortablePdb.cs (1)
761var result = _nonSourceDocumentNameEnumerator.MoveNext();
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (2)
43if (_current.MoveNext()) 50return _current.MoveNext();
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (2)
43if (_current.MoveNext()) 50return _current.MoveNext();
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableArray_1.Enumerator.cs (2)
29/// -1 before the first call to <see cref="MoveNext"/>. 30/// >= this.array.Length after <see cref="MoveNext"/> returns false.