4 references to VBRuntimePath
Microsoft.Build.Tasks.CodeAnalysis (4)
src\Compilers\Core\MSBuildTask\Vbc.cs (4)
203
set { _store[nameof(
VBRuntimePath
)] = value; }
204
get { return (string?)_store[nameof(
VBRuntimePath
)]; }
453
if (0 == String.Compare(this.
VBRuntimePath
, this.VBRuntime, StringComparison.OrdinalIgnoreCase))
455
commandLine.AppendSwitchIfNotNull("/vbruntime:", this.
VBRuntimePath
);