Implemented interface member:
property
SdkToolsPath
Microsoft.Build.Tasks.ISGenTaskContract.SdkToolsPath
3 references to SdkToolsPath
Microsoft.Build.Tasks.Core (3)
SGen.cs (3)
271
set => Bag[nameof(
SdkToolsPath
)] = value;
272
get => (string)Bag[nameof(
SdkToolsPath
)];
317
pathToTool = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists, ProcessorArchitecture.CurrentProcessArchitecture,
SdkToolsPath
, ToolExe, Log, true);