12 references to RemoteSupportedLanguages
Microsoft.CodeAnalysis.EditorFeatures (1)
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
81
if (project != null && !
RemoteSupportedLanguages
.IsSupported(project.Language))
Microsoft.CodeAnalysis.Features (4)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
396
if (
RemoteSupportedLanguages
.IsSupported(activeDocument?.Project.Language))
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (1)
133
if (!
RemoteSupportedLanguages
.IsSupported(document.Project.Language))
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
157
if (!
RemoteSupportedLanguages
.IsSupported(document.Project.Language))
NavigateTo\INavigateToSearcherHost.cs (1)
97
if (_solution.Projects.All(p => !
RemoteSupportedLanguages
.IsSupported(p.Language)))
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\TestUtils.cs (1)
226
if (!
RemoteSupportedLanguages
.IsSupported(project.Language))
Microsoft.CodeAnalysis.Remote.Workspaces (1)
AbstractAssetProvider.cs (1)
83
Contract.ThrowIfFalse(
RemoteSupportedLanguages
.IsSupported(attributes.Language));
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)
158
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))