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