2 references to s_annotation
Microsoft.CodeAnalysis.Features (2)
InvertLogical\AbstractInvertLogicalCodeRefactoringProvider.cs (2)
110
newBinary.WithAdditionalAnnotations(
s_annotation
)));
120
var expression = root.GetAnnotatedNodes(
s_annotation
).Single()!;