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