11 references to NullChar
Microsoft.CodeAnalysis.PublicApiAnalyzers (11)
src\RoslynAnalyzers\Utilities\Compiler\WordParser.cs (11)
76public WordParser(string text, WordParserOptions options) : this(text, options, NullChar) 138return Parse(text, options, NullChar); 204return ContainsWord(text, options, NullChar, words); 312char punctuation = NullChar; 314while ((c = Peek()) != NullChar) 318if (punctuation != NullChar) 343if (punctuation != NullChar) 398if (_prefix == NullChar) 415_prefix = NullChar; 421_prefix = NullChar; 589return NullChar;