Implemented interface member:
property
SdkToolsPath
Microsoft.Build.Tasks.ISGenTaskContract.SdkToolsPath
3 references to SdkToolsPath
Microsoft.Build.Tasks.Core (3)
SGen.cs (3)
266
set => Bag[nameof(
SdkToolsPath
)] = value;
267
get => (string)Bag[nameof(
SdkToolsPath
)];
316
ProcessorArchitecture.CurrentProcessArchitecture,
SdkToolsPath
, ToolExe, Log, true);