5 references to ContainerAnnotation
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\SyncNamespace\CSharpChangeNamespaceService.cs (3)
244
var container = root.GetAnnotatedNodes(
ContainerAnnotation
).Single();
265
.WithoutAnnotations(
ContainerAnnotation
)); // Make sure to remove the annotation we added
329
.WithoutAnnotations(
ContainerAnnotation
); // Make sure to remove the annotation we added
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (2)
318
documentEditor.ReplaceNode(container, container.WithAdditionalAnnotations(
ContainerAnnotation
));
437
var container = root.GetAnnotatedNodes(
ContainerAnnotation
).Single();