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