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