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