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)
3289
if (message.
FilePath
is not null)
3291
loggingService.LogIncludeFile(BuildEventContext.Invalid, message.
FilePath
);