20 writes to ProjectFile
Microsoft.Build (19)
BackEnd\Components\Logging\LoggingService.cs (3)
1258
messageEvent.
ProjectFile
= GetAndVerifyProjectFileFromContext(messageEvent, buildEvent is AssemblyLoadBuildEventArgs);
1620
ProjectFile
= warningEvent.ProjectFile,
1642
ProjectFile
= warningEvent.ProjectFile,
Evaluation\Evaluator.cs (7)
1725
ProjectFile
= importElement.ContainingProject.FullPath
1839
ProjectFile
= importElement.ContainingProject.FullPath,
2043
ProjectFile
= importElement.ContainingProject.FullPath,
2104
ProjectFile
= importElement.ContainingProject.FullPath,
2246
ProjectFile
= importElement.ContainingProject.FullPath
2276
ProjectFile
= importElement.ContainingProject.FullPath,
2331
ProjectFile
= importElement.ContainingProject.FullPath,
Logging\BinaryLogger\BuildEventArgsReader.cs (9)
546
e.
ProjectFile
= fields.ProjectFile;
595
e.
ProjectFile
= fields.ProjectFile;
1007
ProjectFile
= fields.ProjectFile,
1028
ProjectFile
= fields.ProjectFile,
1051
e.
ProjectFile
= fields.ProjectFile;
1077
e.
ProjectFile
= fields.ProjectFile;
1102
ProjectFile
= fields.ProjectFile,
1122
ProjectFile
= fields.ProjectFile,
1253
e.
ProjectFile
= fields.ProjectFile;
Microsoft.Build.Framework (1)
MetaProjectGeneratedEventArgs.cs (1)
29
this.
ProjectFile
= metaprojectPath;
8 references to ProjectFile
Microsoft.Build (5)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
484
PropagateImport(checkContext.BuildEventContext.EvaluationId, projectImportedEventArgs.
ProjectFile
, projectImportedEventArgs.ImportedProjectFile);
Logging\BinaryLogger\BinaryLogger.cs (1)
628
projectImportsCollector.AddFileFromMemory(metaprojectArgs.
ProjectFile
, metaprojectArgs.metaprojectXml);
Logging\BinaryLogger\BuildEventArgsWriter.cs (2)
739
WriteDeduplicatedString(e.
ProjectFile
);
829
if (e.
ProjectFile
!= null)
Logging\TerminalLogger\TerminalLogger.cs (1)
1214
var projectFileName = Path.GetFileName(e.
ProjectFile
.AsSpan());
Microsoft.Build.Framework (2)
Utilities\EventArgsFormatting.cs (2)
60
e.Code, e.File, showProjectFile ? e.
ProjectFile
: null, e.LineNumber, e.EndLineNumber,
155
e.Code, e.File, showProjectFile ? e.
ProjectFile
: null, e.LineNumber, e.EndLineNumber, e.ColumnNumber, e.EndColumnNumber, e.ThreadId, null);
NuGet.Build.Tasks (1)
ConsoleOutLogMessage.cs (1)
44
/// <inheritdoc cref="BuildMessageEventArgs.
ProjectFile
" />