7 references to VBRuntime
Microsoft.Build.Tasks.CodeAnalysis (7)
Vbc.cs (7)
226set { _store[nameof(VBRuntime)] = value; } 227get { return (string?)_store[nameof(VBRuntime)]; } 446if (0 == String.Compare(this.VBRuntimePath, this.VBRuntime, StringComparison.OrdinalIgnoreCase)) 450else if (this.VBRuntime != null) 452string vbRuntimeSwitch = this.VBRuntime; 939CheckHostObjectSupport(param = nameof(VBRuntime), vbcHostObject4.SetVBRuntime(VBRuntime));