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