1 write to _filesToCopy
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
138
_filesToCopy
= new List<KeyValuePair<string, string>>();
3 references to _filesToCopy
Microsoft.DotNet.SignTool (3)
src\Configuration.cs (3)
207
return new BatchSignInput(_filesToSign.ToImmutableArray(), _zipDataMap.ToImmutableDictionary(),
_filesToCopy
.ToImmutableArray());
226
_filesToCopy
.Add(new KeyValuePair<string, string>(existingSignInfo.FullPath, file.FullPath));
231
_filesToCopy
.Add(new KeyValuePair<string, string>(existingSignInfo.DetachedSignatureFullPath, fileSignInfo.DetachedSignatureFullPath));