2 references to VbRuntime
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\PropertyNames.cs (1)
69public const string VbRuntime = nameof(VbRuntime);
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (1)
107var vbRuntime = Project.ReadPropertyString(PropertyNames.VbRuntime);