4 writes to FilePath
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
443
FilePath
= null;
452
FilePath
= filePath;
467
FilePath
= null;
485
FilePath
= null;
2 references to FilePath
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
3459
if (message.
FilePath
is not null)
3461
loggingService.LogIncludeFile(BuildEventContext.Invalid, message.
FilePath
);