5 references to IsSupported
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\FindReferences\DependentTypeFinder_Remote.cs (1)
31
var projectIds = projects?.Where(p => RemoteSupportedLanguages.
IsSupported
(p.Language)).SelectAsArray(p => p.Id) ?? default;
Remote\RemoteHostClient.cs (1)
33
if (!RemoteSupportedLanguages.
IsSupported
(project.Language))
Workspace\Solution\SolutionCompilationState_Checksum.cs (1)
159
if (!RemoteSupportedLanguages.
IsSupported
(projectState.Language))
Workspace\Solution\SolutionCompilationState_SourceGenerators.cs (1)
111
if (!RemoteSupportedLanguages.
IsSupported
(projectState.Language))
Workspace\Solution\SolutionState_Checksum.cs (1)
111
if (!RemoteSupportedLanguages.
IsSupported
(projectState.Language))