6 references to FlagsIndex
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexCharClass.cs (6)
464
span[
FlagsIndex
] = (char)0x1;
472
span[
FlagsIndex
] = '\0';
1095
internal static bool IsNegated(string set) => set[
FlagsIndex
] == 1;
1097
internal static bool IsNegated(string set, int setOffset) => set[
FlagsIndex
+ setOffset] == 1;
1565
span[
FlagsIndex
] = (char)0;
1622
headerSpan[
FlagsIndex
] = (char)(_negate ? 1 : 0);