Implemented interface member:
property
SdkToolsPath
Microsoft.Build.Tasks.IALTaskContract.SdkToolsPath
3 references to SdkToolsPath
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
287
set => Bag[nameof(
SdkToolsPath
)] = value;
288
get => (string)Bag[nameof(
SdkToolsPath
)];
326
SdkToolsPath
,