27 references to SupportedPlatformData
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
536
var
supportedPlatforms = SymbolCompletionItem.GetSupportedPlatforms(roslynItem, document.Project.Solution);
Microsoft.CodeAnalysis.Features (26)
Completion\CommonCompletionUtilities.cs (2)
86
SolutionServices workspaceServices, SemanticModel semanticModel, int position, ISymbol symbol, int overloadCount, SymbolDescriptionOptions options,
SupportedPlatformData
? supportedPlatforms, CancellationToken cancellationToken)
151
SolutionServices workspaceServices, SemanticModel semanticModel, int position, ImmutableArray<ISymbol> symbols, SymbolDescriptionOptions options,
SupportedPlatformData
? supportedPlatforms, CancellationToken cancellationToken)
Completion\Providers\AbstractObjectCreationCompletionProvider.cs (1)
33
SupportedPlatformData
? supportedPlatformData)
Completion\Providers\AbstractRecommendationServiceBasedCompletionProvider.cs (1)
140
SupportedPlatformData
? supportedPlatformData)
Completion\Providers\AbstractSymbolCompletionProvider.cs (5)
44
SupportedPlatformData
? supportedPlatformData);
151
var
supportedPlatformData = ComputeSupportedPlatformData(completionContext, symbolList, invalidProjectMap, totalProjects);
197
private static
SupportedPlatformData
? ComputeSupportedPlatformData(
203
SupportedPlatformData
? supportedPlatformData = null;
226
SupportedPlatformData
? supportedPlatformData)
Completion\Providers\SymbolCompletionItem.cs (9)
39
SupportedPlatformData
? supportedPlatforms = null,
201
var
supportedPlatforms = GetSupportedPlatforms(item, document.Project.Solution);
209
private static Document FindAppropriateDocumentForDescriptionContext(Document document,
SupportedPlatformData
? supportedPlatforms)
223
private static void AddSupportedPlatforms(ArrayBuilder<KeyValuePair<string, string>> properties,
SupportedPlatformData
? supportedPlatforms)
232
public static
SupportedPlatformData
? GetSupportedPlatforms(CompletionItem item, Solution solution)
277
SupportedPlatformData
? supportedPlatforms = null,
312
SupportedPlatformData
? supportedPlatforms = null,
336
SupportedPlatformData
? supportedPlatforms = null,
361
var
supportedPlatforms = GetSupportedPlatforms(item, document.Project.Solution);
ExternalAccess\Pythia\Api\PythiaCompletionProviderBase.cs (1)
43
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)