Implemented interface member:
21 references to MoveNext
dotnet (3)
Commands\Run\VirtualProjectBuildingCommand.cs (3)
1467
var name = parts.
MoveNext
() ? message[parts.Current] : default;
1468
var value = parts.
MoveNext
() ? message[parts.Current] : default;
1469
Debug.Assert(!parts.
MoveNext
());
System.Text.RegularExpressions (18)
System\Text\RegularExpressions\Regex.EnumerateSplits.cs (18)
25
/// Each match won't actually happen until <see cref="ValueSplitEnumerator.
MoveNext
"/> is invoked on the enumerator, with one match being performed per <see cref="ValueSplitEnumerator.
MoveNext
"/> call.
26
/// Since the evaluation of the match happens lazily, any changes to the passed in input in between calls to <see cref="ValueSplitEnumerator.
MoveNext
"/> may affect the match results;
50
/// Each match won't actually happen until <see cref="ValueSplitEnumerator.
MoveNext
"/> is invoked on the enumerator, with one match being performed per <see cref="ValueSplitEnumerator.
MoveNext
"/> call.
51
/// Since the evaluation of the match happens lazily, any changes to the passed in input in between calls to <see cref="ValueSplitEnumerator.
MoveNext
"/> may affect the match results;
77
/// Each match won't actually happen until <see cref="ValueSplitEnumerator.
MoveNext
"/> is invoked on the enumerator, with one match being performed per <see cref="ValueSplitEnumerator.
MoveNext
"/> call.
78
/// Since the evaluation of the match happens lazily, any changes to the passed in input in between calls to <see cref="ValueSplitEnumerator.
MoveNext
"/> may affect the match results;
105
/// Each match won't actually happen until <see cref="ValueSplitEnumerator.
MoveNext
"/> is invoked on the enumerator, with one match being performed per <see cref="ValueSplitEnumerator.
MoveNext
"/> call.
106
/// Since the evaluation of the match happens lazily, any changes to the passed in input in between calls to <see cref="ValueSplitEnumerator.
MoveNext
"/> may affect the match results;
127
/// Each match won't actually happen until <see cref="ValueSplitEnumerator.
MoveNext
"/> is invoked on the enumerator, with one match being performed per <see cref="ValueSplitEnumerator.
MoveNext
"/> call.
128
/// Since the evaluation of the match happens lazily, any changes to the passed in input in between calls to <see cref="ValueSplitEnumerator.
MoveNext
"/> may affect the match results;
150
/// Each match won't actually happen until <see cref="ValueSplitEnumerator.
MoveNext
"/> is invoked on the enumerator, with one match being performed per <see cref="ValueSplitEnumerator.
MoveNext
"/> call.
151
/// Since the evaluation of the match happens lazily, any changes to the passed in input in between calls to <see cref="ValueSplitEnumerator.
MoveNext
"/> may affect the match results;