19 references to MoveNext
System.Private.Xml (2)
System\Xml\XmlConvert.cs (2)
91
if (en.
MoveNext
())
103
if (en.
MoveNext
())
System.Text.RegularExpressions (17)
System\Text\RegularExpressions\Regex.EnumerateMatches.cs (17)
14
/// Each match won't actually happen until <see cref="ValueMatchEnumerator.
MoveNext
"/> is invoked on the enumerator, with one match being performed per <see cref="ValueMatchEnumerator.
MoveNext
"/> call.
15
/// Since the evaluation of the match happens lazily, any changes to the passed in input in between calls to <see cref="ValueMatchEnumerator.
MoveNext
"/> will affect the match results.
31
/// Each match won't actually happen until <see cref="ValueMatchEnumerator.
MoveNext
"/> is invoked on the enumerator, with one match being performed per <see cref="ValueMatchEnumerator.
MoveNext
"/> call.
32
/// Since the evaluation of the match happens lazily, any changes to the passed in input in between calls to <see cref="ValueMatchEnumerator.
MoveNext
"/> will affect the match results.
50
/// Each match won't actually happen until <see cref="ValueMatchEnumerator.
MoveNext
"/> is invoked on the enumerator, with one match being performed per <see cref="ValueMatchEnumerator.
MoveNext
"/> call.
51
/// Since the evaluation of the match happens lazily, any changes to the passed in input in between calls to <see cref="ValueMatchEnumerator.
MoveNext
"/> will affect the match results.
70
/// Each match won't actually happen until <see cref="ValueMatchEnumerator.
MoveNext
"/> is invoked on the enumerator, with one match being performed per <see cref="ValueMatchEnumerator.
MoveNext
"/> call.
71
/// Since the evaluation of the match happens lazily, any changes to the passed in input in between calls to <see cref="ValueMatchEnumerator.
MoveNext
"/> will affect the match results.
84
/// Each match won't actually happen until <see cref="ValueMatchEnumerator.
MoveNext
"/> is invoked on the enumerator, with one match being performed per <see cref="ValueMatchEnumerator.
MoveNext
"/> call.
85
/// Since the evaluation of the match happens lazily, any changes to the passed in input in between calls to <see cref="ValueMatchEnumerator.
MoveNext
"/> will affect the match results.
101
/// <see cref="
MoveNext
"/> returns <see langword="true"/> and <see cref="Current"/> will contain the first <see cref="ValueMatch"/>. If there are no successful matches,
102
/// then <see cref="
MoveNext
"/> returns <see langword="false"/> and <see cref="Current"/> throws an <see cref="InvalidOperationException"/>.