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