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