2 references to IsSingletonInverse
System.Text.RegularExpressions.Generator (2)
src\runtime\src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCharClass.cs (1)
474
Debug.Assert(IsSingleton(set) ||
IsSingletonInverse
(set), "Tried to get the singleton char out of a non singleton character class");
src\runtime\src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (1)
1031
else if (RegexCharClass.
IsSingletonInverse
(Str))