1 write to Annotation
Microsoft.CodeAnalysis.Workspaces (1)
CodeCleanup\AbstractCodeCleanerService.cs (1)
657
this.
Annotation
= annotation;
4 references to Annotation
Microsoft.CodeAnalysis.Workspaces (4)
CodeCleanup\AbstractCodeCleanerService.cs (4)
298
tokenAnnotationMap.GetOrAdd(previousToken, _ => new List<SyntaxAnnotation>()).Add(startMarker.
Annotation
);
299
tokenAnnotationMap.GetOrAdd(nextToken, _ => new List<SyntaxAnnotation>()).Add(endMarker.
Annotation
);
302
annotations.Add((startMarker.
Annotation
, endMarker.
Annotation
));