2 implementations of CreateProjectCacheBuildEventContext
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
408
public BuildEventContext
CreateProjectCacheBuildEventContext
(
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
514
public BuildEventContext
CreateProjectCacheBuildEventContext
(int submissionId, int evaluationId, int projectInstanceId, string projectFile)
1 reference to CreateProjectCacheBuildEventContext
Microsoft.Build (1)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
458
BuildEventContext buildEventContext = _loggingService.
CreateProjectCacheBuildEventContext
(