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