1 write to _tmpDir
Microsoft.DotNet.Helix.Sdk (1)
ProvisioningProfileProvider.cs (1)
78
_tmpDir
= tmpDir;
3 references to _tmpDir
Microsoft.DotNet.Helix.Sdk (3)
ProvisioningProfileProvider.cs (3)
97
if (string.IsNullOrEmpty(
_tmpDir
))
181
var targetFile = _fileSystem.PathCombine(
_tmpDir
!, GetProvisioningProfileFileName(platform));
220
},
_tmpDir
);