6 references to FlagsIndex
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexCharClass.cs (6)
450
span[
FlagsIndex
] = (char)0x1;
458
span[
FlagsIndex
] = '\0';
1147
internal static bool IsNegated(string set) => set[
FlagsIndex
] == 1;
1149
internal static bool IsNegated(string set, int setOffset) => set[
FlagsIndex
+ setOffset] == 1;
1588
span[
FlagsIndex
] = (char)0;
1643
headerSpan[
FlagsIndex
] = (char)(current._negate ? 1 : 0);