16 references to GetAnnotations
Microsoft.CodeAnalysis (16)
Syntax\GreenNode.cs (5)
462
var annotations = this.
GetAnnotations
();
481
var annotations = this.
GetAnnotations
();
500
var annotations = this.
GetAnnotations
();
524
var annotations = this.
GetAnnotations
();
552
var annotations = this.
GetAnnotations
();
Syntax\GreenNodeExtensions.cs (3)
28
var existingAnnotations = node.
GetAnnotations
();
46
var existingAnnotations = node.
GetAnnotations
();
77
var existingAnnotations = node.
GetAnnotations
();
Syntax\InternalSyntax\SyntaxList.WithLotsOfChildren.cs (1)
63
return new WithLotsOfChildren(errors, this.
GetAnnotations
(), children, _childOffsets);
Syntax\InternalSyntax\SyntaxList.WithManyChildren.cs (1)
107
return new WithManyChildren(errors, this.
GetAnnotations
(), children);
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (1)
69
return new WithThreeChildren(errors, this.
GetAnnotations
(), _child0, _child1, _child2);
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (1)
61
return new WithTwoChildren(errors, this.
GetAnnotations
(), _child0, _child1);
Syntax\SyntaxNode.cs (2)
1248
return this.Green.
GetAnnotations
();
1369
var annotations = this.Green.
GetAnnotations
();
Syntax\SyntaxToken.cs (1)
387
var annotations = this.Node.
GetAnnotations
();
Syntax\SyntaxTrivia.cs (1)
382
var annotations = this.UnderlyingNode.
GetAnnotations
();