3 references to WithoutAnnotationsGreen
Microsoft.CodeAnalysis (3)
Syntax\SyntaxNode.cs (1)
1346
return this.Green.
WithoutAnnotationsGreen
(annotations).CreateRed();
Syntax\SyntaxToken.cs (1)
343
token: Node.
WithoutAnnotationsGreen
(annotations),
Syntax\SyntaxTrivia.cs (1)
342
triviaNode: this.UnderlyingNode.
WithoutAnnotationsGreen
(annotations),