BackEnd\Components\ProjectCache\ProjectCacheService.cs (11)
223MSBuildEventSource.Log.ProjectCacheCreatePluginInstanceStart(pluginAssemblyPath);
242MSBuildEventSource.Log.ProjectCacheCreatePluginInstanceStop(pluginAssemblyPath, pluginTypeName);
254MSBuildEventSource.Log.ProjectCacheBeginBuildStart(pluginTypeName);
313MSBuildEventSource.Log.ProjectCacheBeginBuildStop(pluginTypeName);
542MSBuildEventSource.Log.ProjectCacheGetCacheResultStart(plugin.Name, buildRequest.ProjectFullPath, targetNames ?? MSBuildConstants.DefaultTargetsMarker);
562if (MSBuildEventSource.Log.IsEnabled())
565MSBuildEventSource.Log.ProjectCacheGetCacheResultStop(plugin.Name, buildRequest.ProjectFullPath, targetNames ?? "<default>", cacheResultType);
772MSBuildEventSource.Log.ProjectCacheHandleBuildResultStart(plugin.Name, fileAccessContext.ProjectFullPath, targetNames);
783MSBuildEventSource.Log.ProjectCacheHandleBuildResultStop(plugin.Name, fileAccessContext.ProjectFullPath, targetNames);
841MSBuildEventSource.Log.ProjectCacheEndBuildStart(plugin.Name);
852MSBuildEventSource.Log.ProjectCacheEndBuildStop(plugin.Name);