5 references to Current
System.Private.Xml (2)
System\Xml\XmlConvert.cs (2)
93matchPos = underscorePos + en.Current.Index; 105matchPos = underscorePos + en.Current.Index;
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Regex.EnumerateMatches.cs (2)
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"/>.
System\Text\RegularExpressions\ValueMatch.cs (1)
11/// <see cref="Regex.ValueMatchEnumerator.Current"/> method when iterating over the results from calling <see cref="Regex.EnumerateMatches(ReadOnlySpan{char})"/>.