Implemented interface member:
property
AlgorithmId
Microsoft.Build.Tasks.IALTaskContract.AlgorithmId
3 references to AlgorithmId
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
78
set => Bag[nameof(
AlgorithmId
)] = value;
79
get => (string)Bag[nameof(
AlgorithmId
)];
340
commandLine.AppendSwitchIfNotNull("/algid:",
AlgorithmId
);