1 write to FullName
System.IO.Compression (1)
61 references to FullName
Microsoft.Arcade.Common (2)
Microsoft.AspNetCore.App.UnitTests (5)
Microsoft.Build (1)
Microsoft.Build.CommandLine.UnitTests (1)
Microsoft.Build.Tasks.Core (9)
Unzip.cs (9)
169Log.LogMessageFromResources(MessageImportance.Low, "Unzip.DidNotUnzipBecauseOfFilter", zipArchiveEntry.FullName);
173string fullDestinationPath = Path.GetFullPath(Path.Combine(destinationDirectory.FullName, zipArchiveEntry.FullName));
197Log.LogMessageFromResources(MessageImportance.Low, "Unzip.DidNotUnzipBecauseOfFileMatch", zipArchiveEntry.FullName, destinationPath.FullName, nameof(SkipUnchangedFiles), "true");
202Log.LogErrorFromResources("Unzip.FileComment", zipArchiveEntry.FullName, destinationPath.FullName);
225Log.LogErrorWithCodeFromResources("Unzip.ErrorCouldNotMakeFileWriteable", zipArchiveEntry.FullName, destinationPath.FullName, e.Message, lockedFileMessage);
232Log.LogMessageFromResources(MessageImportance.Normal, "Unzip.FileComment", zipArchiveEntry.FullName, destinationPath.FullName);
273Log.LogErrorWithCodeFromResources("Unzip.ErrorCouldNotExtractFile", zipArchiveEntry.FullName, destinationPath.FullName, e.Message);
289result = _includePatterns.All(pattern => !FileMatcher.IsMatch(FileMatcher.Normalize(zipArchiveEntry.FullName), pattern));
294result |= _excludePatterns.Any(pattern => FileMatcher.IsMatch(FileMatcher.Normalize(zipArchiveEntry.FullName), pattern));
Microsoft.Build.Tasks.UnitTests (4)
Microsoft.DotNet.Helix.Sdk (4)
Microsoft.DotNet.Internal.SymbolHelper (5)
Microsoft.DotNet.NuGetRepack.Tasks (1)
Microsoft.DotNet.NuGetRepack.Tests (2)
Microsoft.DotNet.SignCheckLibrary (5)
Microsoft.DotNet.SignTool (2)
Microsoft.ML.Core (1)
Microsoft.ML.Ensemble (4)
Microsoft.ML.IntegrationTests (1)
System.IO.Compression (5)
System.IO.Compression.ZipFile (1)
System.IO.Packaging (8)