2 implementations of LogIncludeFile
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
810public void LogIncludeFile(BuildEventContext buildEventContext, string filePath)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
637public void LogIncludeFile(BuildEventContext buildEventContext, string filePath)
2 references to LogIncludeFile
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
3066loggingService.LogIncludeFile(BuildEventContext.Invalid, message.FilePath);
BackEnd\Components\Logging\LoggingContext.cs (1)
313_loggingService.LogIncludeFile(BuildEventContext, filePath);