5 references to ContainerAnnotation
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\SyncNamespace\CSharpChangeNamespaceService.cs (3)
244var 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)
318documentEditor.ReplaceNode(container, container.WithAdditionalAnnotations(ContainerAnnotation)); 437var container = root.GetAnnotatedNodes(ContainerAnnotation).Single();