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