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