5 references to GetAnnotations
Microsoft.CodeAnalysis (1)
Syntax\SyntaxNodeOrToken.cs (1)
687
return this.WithoutAnnotations(this.
GetAnnotations
(annotationKind));
Microsoft.CodeAnalysis.CodeStyle (1)
AnnotationTable.cs (1)
126
=> GetAnnotations(nodeOrToken.
GetAnnotations
(_annotationKind));
Microsoft.CodeAnalysis.EditorFeatures (2)
Preview\AbstractPreviewFactoryService.cs (2)
445
var conflictDescriptions = conflictNodes.SelectMany(n => n.
GetAnnotations
(ConflictAnnotation.Kind))
451
var warningDescriptions = warningNodes.SelectMany(n => n.
GetAnnotations
(WarningAnnotation.Kind))
Microsoft.CodeAnalysis.Workspaces (1)
AnnotationTable.cs (1)
126
=> GetAnnotations(nodeOrToken.
GetAnnotations
(_annotationKind));