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