2 references to ContainerAnnotation
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (2)
315
documentEditor.ReplaceNode(container, container.WithAdditionalAnnotations(
ContainerAnnotation
));
434
var container = root.GetAnnotatedNodes(
ContainerAnnotation
).Single();