5 references to GetRealAnnotation
Microsoft.CodeAnalysis.Workspaces (5)
AnnotationTable.cs (5)
66var 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));