2 references to s_memberAnnotation
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
AbstractRemoveUnusedValuesCodeFixProvider.cs (2)
268
root = root.ReplaceNodes(memberDeclarations, computeReplacementNode: (_, n) => n.WithAdditionalAnnotations(
s_memberAnnotation
));
777
foreach (var memberDecl in newRoot.DescendantNodes().Where(n => n.HasAnnotation(
s_memberAnnotation
)))