5 writes to ProjectFile
Microsoft.Build (3)
BackEnd\Components\Communications\LogMessagePacket.cs (1)
298args.ProjectFile = projectFile;
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
434ProjectFile = projectFile
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
669ProjectFile = projectFile
Microsoft.Build.Engine.UnitTests (2)
BackEnd\NodePackets_Tests.cs (1)
136ProjectFile = projectFile
BuildEventArgsSerialization_Tests.cs (1)
751ProjectFile = projectFile,
7 references to ProjectFile
Microsoft.Build (6)
BackEnd\Components\Communications\LogMessagePacket.cs (1)
100=> WriteEvaluationEvent(args, args.ProjectFile, args.RawTimestamp, translator);
BuildCheck\Infrastructure\BuildCheckBuildEventHandler.cs (3)
85if (!IsMetaProjFile(eventArgs.ProjectFile)) 91eventArgs.ProjectFile!); 96eventArgs.ProjectFile!);
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
322WriteDeduplicatedString(e.ProjectFile);
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
1184MPPerformanceCounter counter = GetPerformanceCounter(projectEvaluationStarted.ProjectFile, ref projectEvaluationPerformanceCounters);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
756e => e.ProjectFile);