1 write to _createWhitespaceTriviaFunction
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
2646
_createWhitespaceTriviaFunction
= this.CreateWhitespaceTrivia;
3 references to _createWhitespaceTriviaFunction
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (3)
2644
if (
_createWhitespaceTriviaFunction
== null)
2697
_createWhitespaceTriviaFunction
);
2701
return
_createWhitespaceTriviaFunction
();