28 references to SupportedPlatformData
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
536
var
supportedPlatforms = SymbolCompletionItem.GetSupportedPlatforms(roslynItem, document.Project.Solution);
Microsoft.CodeAnalysis.Features (27)
Completion\CommonCompletionUtilities.cs (3)
102
SolutionServices workspaceServices, SemanticModel semanticModel, int position, IReadOnlyList<ISymbol> symbols, SymbolDescriptionOptions options,
SupportedPlatformData
supportedPlatforms)
108
SolutionServices workspaceServices, SemanticModel semanticModel, int position, ISymbol symbol, int overloadCount, SymbolDescriptionOptions options,
SupportedPlatformData
? supportedPlatforms, CancellationToken cancellationToken)
173
SolutionServices workspaceServices, SemanticModel semanticModel, int position, IReadOnlyList<ISymbol> symbols, SymbolDescriptionOptions options,
SupportedPlatformData
? supportedPlatforms, CancellationToken cancellationToken)
Completion\Providers\AbstractObjectCreationCompletionProvider.cs (1)
33
SupportedPlatformData
? supportedPlatformData)
Completion\Providers\AbstractRecommendationServiceBasedCompletionProvider.cs (1)
139
SupportedPlatformData
? supportedPlatformData)
Completion\Providers\AbstractSymbolCompletionProvider.cs (5)
48
SupportedPlatformData
? supportedPlatformData);
155
var
supportedPlatformData = ComputeSupportedPlatformData(completionContext, symbolList, invalidProjectMap, totalProjects);
201
private static
SupportedPlatformData
? ComputeSupportedPlatformData(
207
SupportedPlatformData
? supportedPlatformData = null;
230
SupportedPlatformData
? supportedPlatformData)
Completion\Providers\SymbolCompletionItem.cs (9)
39
SupportedPlatformData
? supportedPlatforms = null,
203
var
supportedPlatforms = GetSupportedPlatforms(item, document.Project.Solution);
211
private static Document FindAppropriateDocumentForDescriptionContext(Document document,
SupportedPlatformData
? supportedPlatforms)
225
private static void AddSupportedPlatforms(ArrayBuilder<KeyValuePair<string, string>> properties,
SupportedPlatformData
? supportedPlatforms)
234
public static
SupportedPlatformData
? GetSupportedPlatforms(CompletionItem item, Solution solution)
279
SupportedPlatformData
? supportedPlatforms = null,
314
SupportedPlatformData
? supportedPlatforms = null,
338
SupportedPlatformData
? supportedPlatforms = null,
363
var
supportedPlatforms = GetSupportedPlatforms(item, document.Project.Solution);
ExternalAccess\Pythia\Api\PythiaCompletionProviderBase.cs (1)
42
SupportedPlatformData
? supportedPlatforms = null,
QuickInfo\CommonSemanticQuickInfoProvider.cs (4)
49
private async Task<(TokenInformation tokenInformation,
SupportedPlatformData
? supportedPlatforms)> ComputeQuickInfoDataAsync(
66
private async Task<(TokenInformation,
SupportedPlatformData
supportedPlatforms)> ComputeFromLinkedDocumentsAsync(
129
var
supportedPlatforms = new SupportedPlatformData(solution, invalidProjects, candidateProjects);
158
SupportedPlatformData
? supportedPlatforms,
QuickInfo\QuickInfoUtilities.cs (1)
29
SupportedPlatformData
? supportedPlatforms,
SignatureHelp\AbstractSignatureHelpProvider.cs (2)
292
var
platformData = new SupportedPlatformData(document.Project.Solution, invalidProjectsForCurrentSymbol, totalProjects);
320
private static SignatureHelpItem UpdateItem(SignatureHelpItem item,
SupportedPlatformData
platformData)