2 references to s_annotation
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxFactsService.cs (2)
45
newContextNode = (TContextNode)newRoot.GetAnnotatedNodes(
s_annotation
).Single();
65
return node.WithAdditionalAnnotations(
s_annotation
);