2 references to The_language_0_is_not_supported
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Host\HostWorkspaceServices.cs (1)
142
=> throw new NotSupportedException(string.Format(WorkspacesResources.
The_language_0_is_not_supported
, languageName));
Workspace\Solution\SolutionState.cs (1)
390
throw new ArgumentException(string.Format(WorkspacesResources.
The_language_0_is_not_supported
, language));