2 references to ReferenceAnnotation
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeRefactorings\InlineTemporary\InlineTemporaryCodeRefactoringProvider.cs (2)
153
(o, n) => n.WithAdditionalAnnotations(
ReferenceAnnotation
),
332
return [.. root.GetAnnotatedNodesAndTokens(
ReferenceAnnotation
).Select(n => (IdentifierNameSyntax)n.AsNode())];