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