3 references to LangVersion
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
MSBuild\Constants\PropertyNames.cs (1)
35public const string LangVersion = nameof(LangVersion);
MSBuild\CSharp\CSharpCommandLineArgumentReader.cs (1)
44AddIfNotNullOrWhiteSpace("langversion", Project.ReadPropertyString(PropertyNames.LangVersion));
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (1)
45AddIfNotNullOrWhiteSpace("langversion", Project.ReadPropertyString(PropertyNames.LangVersion));