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