11 references to NullChar
Test.Utilities (11)
WordParser.cs (11)
74public WordParser(string text, WordParserOptions options) : this(text, options, NullChar) 136return Parse(text, options, NullChar); 202return ContainsWord(text, options, NullChar, words); 310char punctuation = NullChar; 312while ((c = Peek()) != NullChar) 316if (punctuation != NullChar) 341if (punctuation != NullChar) 396if (_prefix == NullChar) 413_prefix = NullChar; 419_prefix = NullChar; 587return NullChar;