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