2 references to s_annotation
Microsoft.CodeAnalysis.Features (2)
QuickInfo\CommonSemanticQuickInfoProvider.cs (2)
230tokenParent, tokenParent.ReplaceToken(token, token.WithAdditionalAnnotations(s_annotation))); 264var newToken = newTree.GetRoot(cancellationToken).GetAnnotatedTokens(s_annotation).Single();