3 writes to FilePath
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
431
FilePath
= null;
439
FilePath
= filePath;
453
FilePath
= null;
2 references to FilePath
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
3366
if (message.
FilePath
is not null)
3368
loggingService.LogIncludeFile(BuildEventContext.Invalid, message.
FilePath
);