1 write to Language
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectInfo.cs (1)
528
Language
= language;
7 references to Language
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\RemoteWorkspace.SolutionCreator.cs (2)
300
Contract.ThrowIfFalse(project.State.ProjectInfo.Attributes.
Language
== newProjectAttributes.
Language
);
Microsoft.CodeAnalysis.Remote.Workspaces (1)
AbstractAssetProvider.cs (1)
52
if (!RemoteSupportedLanguages.IsSupported(attributes.
Language
))
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ProjectInfo.cs (4)
53
public string Language => Attributes.
Language
;
563
var newLanguage = language ??
Language
;
578
newLanguage ==
Language
&&
622
writer.WriteString(
Language
);