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