BackEnd\Components\ProjectCache\ProjectCacheService.cs (11)
224MSBuildEventSource.Log.ProjectCacheCreatePluginInstanceStart(pluginAssemblyPath);
243MSBuildEventSource.Log.ProjectCacheCreatePluginInstanceStop(pluginAssemblyPath, pluginTypeName);
255MSBuildEventSource.Log.ProjectCacheBeginBuildStart(pluginTypeName);
314MSBuildEventSource.Log.ProjectCacheBeginBuildStop(pluginTypeName);
543MSBuildEventSource.Log.ProjectCacheGetCacheResultStart(plugin.Name, buildRequest.ProjectFullPath, targetNames ?? MSBuildConstants.DefaultTargetsMarker);
563if (MSBuildEventSource.Log.IsEnabled())
566MSBuildEventSource.Log.ProjectCacheGetCacheResultStop(plugin.Name, buildRequest.ProjectFullPath, targetNames ?? "<default>", cacheResultType);
773MSBuildEventSource.Log.ProjectCacheHandleBuildResultStart(plugin.Name, fileAccessContext.ProjectFullPath, targetNames);
784MSBuildEventSource.Log.ProjectCacheHandleBuildResultStop(plugin.Name, fileAccessContext.ProjectFullPath, targetNames);
842MSBuildEventSource.Log.ProjectCacheEndBuildStart(plugin.Name);
853MSBuildEventSource.Log.ProjectCacheEndBuildStop(plugin.Name);