5 references to GetRealAnnotation
Microsoft.CodeAnalysis.CodeStyle (5)
AnnotationTable.cs (5)
66
var realAnnotation = this.
GetRealAnnotation
(annotation);
165
=> node.HasAnnotation(this.
GetRealAnnotation
(annotation));
168
=> token.HasAnnotation(this.
GetRealAnnotation
(annotation));
171
=> trivia.HasAnnotation(this.
GetRealAnnotation
(annotation));
174
=> nodeOrToken.HasAnnotation(this.
GetRealAnnotation
(annotation));