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