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