4 writes to FilePath
Microsoft.Build (4)
Logging\BinaryLogger\BinaryLogger.cs (4)
668FilePath = filePath; 675FilePath = parsedParams.LogFilePath; 680FilePath = "msbuild.binlog"; 686FilePath = Path.GetFullPath(FilePath);
14 references to FilePath
Microsoft.Build (14)
Logging\BinaryLogger\BinaryLogger.cs (14)
305? [FilePath] 306: [FilePath, .. AdditionalFilePaths]; 365logDirectory = Path.GetDirectoryName(FilePath); 378stream = new FileStream(FilePath, FileMode.Create); 382projectImportsCollector = new ProjectImportsCollector(FilePath, CollectProjectImports == ProjectImportsCollectionMode.ZipFile); 400string message = ResourceUtilities.FormatResourceStringStripCodeAndKeyword(out errorCode, out helpKeyword, "InvalidFileLoggerFile", FilePath, e.Message); 428ProjectImportsCollector.FlushBlobToFile(FilePath, args.ContentStream); 481LogMessage("BinLogFilePath=" + FilePath); 559File.Copy(FilePath, additionalPath, overwrite: true); 569FilePath, 678if (FilePath == null) 682KnownTelemetry.LoggingConfigurationTelemetry.BinaryLoggerUsedDefaultName = FilePath == "msbuild.binlog"; 686FilePath = Path.GetFullPath(FilePath); 692string message = ResourceUtilities.FormatResourceStringStripCodeAndKeyword(out errorCode, out helpKeyword, "InvalidFileLoggerFile", FilePath, e.Message);