1 write to TempDir
Microsoft.DotNet.SignTool (1)
src\SignToolArgs.cs (1)
23
TempDir
= tempPath;
3 references to TempDir
Microsoft.DotNet.SignTool (3)
src\SignTool.cs (3)
23
internal string TempDir => _args.
TempDir
;
143
var dir = Path.Combine(_args.
TempDir
, "Signing");
187
AppendLine(builder, depth: 2, text: $@"<IntermediateOutputPath>{_args.
TempDir
}</IntermediateOutputPath>");