6 references to FlagsIndex
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexCharClass.cs (6)
577
span[
FlagsIndex
] = (char)0x1;
585
span[
FlagsIndex
] = '\0';
1181
internal static bool IsNegated(string set) => set[
FlagsIndex
] == 1;
1183
internal static bool IsNegated(string set, int setOffset) => set[
FlagsIndex
+ setOffset] == 1;
1604
span[
FlagsIndex
] = (char)0;
1637
headerSpan[
FlagsIndex
] = (char)(_negate ? 1 : 0);