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