6 references to SdkPath
Microsoft.Build.Tasks.CodeAnalysis (6)
src\roslyn\src\Compilers\Core\MSBuildTask\Vbc.cs (6)
167
set { _store[nameof(
SdkPath
)] = value; }
168
get { return (string?)_store[nameof(
SdkPath
)]; }
392
if (
SdkPath
is null && IsSdkFrameworkToCoreBridgeTask)
469
commandLine.AppendSwitchIfNotNull("/sdkpath:", this.
SdkPath
);
910
CheckHostObjectSupport(param = nameof(
SdkPath
), vbcHostObject.SetSdkPath(
SdkPath
));