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