7 references to VBRuntime
Microsoft.Build.Tasks.CodeAnalysis (7)
src\Compilers\Core\MSBuildTask\Vbc.cs (7)
227set { _store[nameof(VBRuntime)] = value; } 228get { return (string?)_store[nameof(VBRuntime)]; } 453if (0 == String.Compare(this.VBRuntimePath, this.VBRuntime, StringComparison.OrdinalIgnoreCase)) 457else if (this.VBRuntime != null) 459string vbRuntimeSwitch = this.VBRuntime; 946CheckHostObjectSupport(param = nameof(VBRuntime), vbcHostObject4.SetVBRuntime(VBRuntime));