2 references to SetContainsAsciiOrdinalIgnoreCaseCharacter
System.Text.RegularExpressions.Generator (2)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (1)
2563
if (!RegexCharClass.
SetContainsAsciiOrdinalIgnoreCaseCharacter
(child.Str!, twoChars))
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (1)
197
if (!RegexCharClass.
SetContainsAsciiOrdinalIgnoreCaseCharacter
(node.Str!, setChars))