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