3 references to ECMASpaceRanges
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexCharClass.cs (3)
94internal const string ECMASpaceClass = "\x00\x04\x00" + ECMASpaceRanges; 95internal const string NotECMASpaceClass = "\x01\x04\x00" + ECMASpaceRanges; 536AddRanges((negate ? NotECMASpaceRanges : ECMASpaceRanges).AsSpan());