1 write to FullPath
Microsoft.Build (1)
Logging\BinaryLogger\Postprocessing\ArchiveFile.cs (1)
18
private protected ArchiveData(string fullPath) =>
FullPath
= fullPath;
5 references to FullPath
Microsoft.Build (4)
Logging\BinaryLogger\BuildEventArgsReader.cs (2)
425
archiveStream.
FullPath
,
433
resultFile.
FullPath
,
Logging\BinaryLogger\Postprocessing\ArchiveFile.cs (1)
85
return new ArchiveFile(
FullPath
, content);
Logging\BinaryLogger\Postprocessing\ArchiveFileEventArgsExtensions.cs (1)
36
var pathArgs = new StringReadEventArgs(archiveFile.
FullPath
);
Microsoft.Build.Engine.UnitTests (1)
BinaryLogger_Tests.cs (1)
307
files.Add(embedFile.
FullPath
, embedFile.Content);