9 references to RemoteSupportedLanguages
Microsoft.CodeAnalysis.Features (4)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
396if (RemoteSupportedLanguages.IsSupported(activeDocument?.Project.Language))
EditAndContinue\Remote\DebuggingSessionProxy.cs (1)
133if (!RemoteSupportedLanguages.IsSupported(document.Project.Language))
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
155if (!RemoteSupportedLanguages.IsSupported(document.Project.Language))
NavigateTo\INavigateToSearcherHost.cs (1)
97if (_solution.Projects.All(p => !RemoteSupportedLanguages.IsSupported(p.Language)))
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\FindReferences\DependentTypeFinder_Remote.cs (1)
31var projectIds = projects?.Where(p => RemoteSupportedLanguages.IsSupported(p.Language)).SelectAsArray(p => p.Id) ?? default;
Remote\RemoteHostClient.cs (1)
33if (!RemoteSupportedLanguages.IsSupported(project.Language))
Workspace\Solution\SolutionCompilationState_Checksum.cs (1)
158if (!RemoteSupportedLanguages.IsSupported(projectState.Language))
Workspace\Solution\SolutionCompilationState_SourceGenerators.cs (1)
126if (!RemoteSupportedLanguages.IsSupported(projectState.Language))
Workspace\Solution\SolutionState_Checksum.cs (1)
111if (!RemoteSupportedLanguages.IsSupported(projectState.Language))