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