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