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