3 writes to FilePath
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
433
FilePath
= null;
441
FilePath
= filePath;
455
FilePath
= null;
2 references to FilePath
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
3391
if (message.
FilePath
is not null)
3393
loggingService.LogIncludeFile(BuildEventContext.Invalid, message.
FilePath
);