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