2 references to s_toFormatAnnotation
Microsoft.CodeAnalysis.Features (2)
Wrapping\AbstractCodeActionComputer.cs (2)
244computeReplacementNode: (oldNode, newNode) => newNode.WithAdditionalAnnotations(s_toFormatAnnotation), 265var trackedNode = rewrittenRoot.GetAnnotatedNodes(s_toFormatAnnotation).Single();