4 references to VBRuntimePath
Microsoft.Build.Tasks.CodeAnalysis (4)
Vbc.cs (4)
202set { _store[nameof(VBRuntimePath)] = value; } 203get { return (string?)_store[nameof(VBRuntimePath)]; } 446if (0 == String.Compare(this.VBRuntimePath, this.VBRuntime, StringComparison.OrdinalIgnoreCase)) 448commandLine.AppendSwitchIfNotNull("/vbruntime:", this.VBRuntimePath);