BackEnd\Components\ProjectCache\ProjectCacheService.cs (11)
230MSBuildEventSource.Log.ProjectCacheCreatePluginInstanceStart(pluginAssemblyPath);
249MSBuildEventSource.Log.ProjectCacheCreatePluginInstanceStop(pluginAssemblyPath, pluginTypeName);
261MSBuildEventSource.Log.ProjectCacheBeginBuildStart(pluginTypeName);
366MSBuildEventSource.Log.ProjectCacheBeginBuildStop(pluginTypeName);
625MSBuildEventSource.Log.ProjectCacheGetCacheResultStart(plugin.Name, buildRequest.ProjectFullPath, targetNames ?? MSBuildConstants.DefaultTargetsMarker);
659if (MSBuildEventSource.Log.IsEnabled())
662MSBuildEventSource.Log.ProjectCacheGetCacheResultStop(plugin.Name, buildRequest.ProjectFullPath, targetNames ?? "<default>", cacheResultType);
877MSBuildEventSource.Log.ProjectCacheHandleBuildResultStart(plugin.Name, fileAccessContext.ProjectFullPath, targetNames);
897MSBuildEventSource.Log.ProjectCacheHandleBuildResultStop(plugin.Name, fileAccessContext.ProjectFullPath, targetNames);
960MSBuildEventSource.Log.ProjectCacheEndBuildStart(plugin.Name);
982MSBuildEventSource.Log.ProjectCacheEndBuildStop(plugin.Name);