1 implementation of LogIncludeFile
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
822
public void
LogIncludeFile
(BuildEventContext buildEventContext, string filePath)
2 references to LogIncludeFile
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
3375
loggingService.
LogIncludeFile
(BuildEventContext.Invalid, message.FilePath);
BackEnd\Components\Logging\LoggingContext.cs (1)
313
_loggingService.
LogIncludeFile
(BuildEventContext, filePath);