8 references to RemoteSupportedLanguages
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (1)
262if (!RemoteSupportedLanguages.IsSupported(document.Project.Language))
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
175if (!RemoteSupportedLanguages.IsSupported(document.Project.Language))
NavigateTo\INavigateToSearcherHost.cs (1)
95if (_solution.Projects.All(p => !RemoteSupportedLanguages.IsSupported(p.Language)))
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\TestUtils.cs (1)
192if (!RemoteSupportedLanguages.IsSupported(project.Language))
Microsoft.CodeAnalysis.Remote.Workspaces (1)
AbstractAssetProvider.cs (1)
52if (!RemoteSupportedLanguages.IsSupported(attributes.Language))
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\DependentTypeFinder_Remote.cs (1)
32var projectIds = projects?.Where(p => RemoteSupportedLanguages.IsSupported(p.Language)).SelectAsArray(p => p.Id) ?? default;
Remote\RemoteHostClient.cs (1)
38if (!RemoteSupportedLanguages.IsSupported(project.Language))
Workspace\Solution\SolutionState_Checksum.cs (1)
126.Where(t => RemoteSupportedLanguages.IsSupported(t.state.Language))