2 references to GetAnnotations
Microsoft.CodeAnalysis.Workspaces (2)
AnnotationTable.cs (2)
138
=> this.
GetAnnotations
(nodeOrToken).OfType<TSpecificAnnotation>();
162
=> this.
GetAnnotations
(nodeOrToken).OfType<TSpecificAnnotation>().Any();