1 write to Services
Microsoft.CodeAnalysis.Features (1)
QuickInfo\CommonQuickInfoContext.cs (1)
26
Services
= services;
3 references to Services
Microsoft.CodeAnalysis.Features (2)
QuickInfo\CommonSemanticQuickInfoProvider.cs (2)
39
var tokenInformation = BindToken(context.
Services
, context.SemanticModel, token, context.CancellationToken);
44
context.
Services
, context.SemanticModel, token, tokenInformation, supportedPlatforms: null, context.Options, context.CancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.VisualBasic.Features (1)
QuickInfo\VisualBasicSemanticQuickInfoProvider.vb (1)
43
Dim info = Await BuildQuickInfoAsync(context.
Services
, context.SemanticModel, token, context.Options, context.CancellationToken).ConfigureAwait(False)