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