4 references to NotPunctuationClass
System.Text.RegularExpressions.Generator (4)
RegexGenerator.Emitter.cs (4)
668RegexCharClass.NotPunctuationClass => "IndexOfAnyExceptPunctuation", 5148case RegexCharClass.NotPunctuationClass: 5149negate ^= charClass == RegexCharClass.NotPunctuationClass; 5632RegexCharClass.NotPunctuationClass => "any character other than a Unicode punctuation character",