4 writes to FilePath
Microsoft.Build (4)
Logging\BinaryLogger\BinaryLogger.cs (4)
670
FilePath
= filePath;
677
FilePath
= parsedParams.LogFilePath;
682
FilePath
= "msbuild.binlog";
688
FilePath
= Path.GetFullPath(FilePath);
14 references to FilePath
Microsoft.Build (14)
Logging\BinaryLogger\BinaryLogger.cs (14)
307
? [
FilePath
]
308
: [
FilePath
, .. AdditionalFilePaths];
367
logDirectory = Path.GetDirectoryName(
FilePath
);
380
stream = new FileStream(
FilePath
, FileMode.Create);
384
projectImportsCollector = new ProjectImportsCollector(
FilePath
, CollectProjectImports == ProjectImportsCollectionMode.ZipFile);
402
string message = ResourceUtilities.FormatResourceStringStripCodeAndKeyword(out errorCode, out helpKeyword, "InvalidFileLoggerFile",
FilePath
, e.Message);
430
ProjectImportsCollector.FlushBlobToFile(
FilePath
, args.ContentStream);
483
LogMessage("BinLogFilePath=" +
FilePath
);
561
File.Copy(
FilePath
, additionalPath, overwrite: true);
571
FilePath
,
680
if (
FilePath
== null)
684
KnownTelemetry.LoggingConfigurationTelemetry.BinaryLoggerUsedDefaultName =
FilePath
== "msbuild.binlog";
688
FilePath = Path.GetFullPath(
FilePath
);
694
string message = ResourceUtilities.FormatResourceStringStripCodeAndKeyword(out errorCode, out helpKeyword, "InvalidFileLoggerFile",
FilePath
, e.Message);