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