6 references to FlagsIndex
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexCharClass.cs (6)
597
span[
FlagsIndex
] = (char)0x1;
605
span[
FlagsIndex
] = '\0';
1246
internal static bool IsNegated(string set) => set[
FlagsIndex
] == 1;
1248
internal static bool IsNegated(string set, int setOffset) => set[
FlagsIndex
+ setOffset] == 1;
1716
span[
FlagsIndex
] = (char)0;
1773
headerSpan[
FlagsIndex
] = (char)(_negate ? 1 : 0);