5 references to Language
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\ProjectInfo.cs (3)
50public string Language => Attributes.Language; 590Language, 613writer.WriteString(Language);
Workspace\Solution\SolutionCompilationState.cs (2)
567if (oldProject.ProjectInfo.Attributes.Language != attributes.Language)