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