Implemented interface member:
property
TargetType
Microsoft.Build.Tasks.IALTaskContract.TargetType
3 references to TargetType
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
222
set => Bag[nameof(
TargetType
)] = value;
223
get => (string)Bag[nameof(
TargetType
)];
351
commandLine.AppendSwitchIfNotNull("/target:",
TargetType
);