3 references to GetSupportedPlatforms
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
537var supportedPlatforms = SymbolCompletionItem.GetSupportedPlatforms(roslynItem, document.Project.Solution);
Microsoft.CodeAnalysis.Features (2)
Completion\Providers\SymbolCompletionItem.cs (2)
200var supportedPlatforms = GetSupportedPlatforms(item, document.Project.Solution); 392var supportedPlatforms = GetSupportedPlatforms(item, document.Project.Solution);