1 write to _filesToCopy
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
128
_filesToCopy
= new List<KeyValuePair<string, string>>();
2 references to _filesToCopy
Microsoft.DotNet.SignTool (2)
src\Configuration.cs (2)
196
return new BatchSignInput(_filesToSign.ToImmutableArray(), _zipDataMap.ToImmutableDictionary(),
_filesToCopy
.ToImmutableArray());
215
_filesToCopy
.Add(new KeyValuePair<string, string>(existingSignInfo.FullPath, file.FullPath));