BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (11)
272MSBuildEventSource.Log.NodeReuseScanStart();
274MSBuildEventSource.Log.NodeReuseScanStop(possibleRunningNodesList.Count);
290MSBuildEventSource.Log.NodeConnectStart(nodeId);
339MSBuildEventSource.Log.NodePipeConnectStart(nodeId, nodeToReuse.Id);
341MSBuildEventSource.Log.NodePipeConnectStop(nodeId, nodeToReuse.Id, succeeded: nodeStream != null);
353MSBuildEventSource.Log.NodeConnectStop(nodeId, nodeToReuse.Id, isReused: true);
392MSBuildEventSource.Log.NodeLaunchStart(nodeId);
394MSBuildEventSource.Log.NodeLaunchStop(nodeId, msbuildProcess.Id);
403MSBuildEventSource.Log.NodePipeConnectStart(nodeId, msbuildProcess.Id);
405MSBuildEventSource.Log.NodePipeConnectStop(nodeId, msbuildProcess.Id, succeeded: nodeStream != null);
412MSBuildEventSource.Log.NodeConnectStop(nodeId, msbuildProcess.Id, isReused: false);
BackEnd\Components\ProjectCache\ProjectCacheService.cs (11)
230MSBuildEventSource.Log.ProjectCacheCreatePluginInstanceStart(pluginAssemblyPath);
249MSBuildEventSource.Log.ProjectCacheCreatePluginInstanceStop(pluginAssemblyPath, pluginTypeName);
261MSBuildEventSource.Log.ProjectCacheBeginBuildStart(pluginTypeName);
366MSBuildEventSource.Log.ProjectCacheBeginBuildStop(pluginTypeName);
618MSBuildEventSource.Log.ProjectCacheGetCacheResultStart(plugin.Name, buildRequest.ProjectFullPath, targetNames ?? MSBuildConstants.DefaultTargetsMarker);
652if (MSBuildEventSource.Log.IsEnabled())
655MSBuildEventSource.Log.ProjectCacheGetCacheResultStop(plugin.Name, buildRequest.ProjectFullPath, targetNames ?? "<default>", cacheResultType);
896MSBuildEventSource.Log.ProjectCacheHandleBuildResultStart(plugin.Name, fileAccessContext.ProjectFullPath, targetNames);
916MSBuildEventSource.Log.ProjectCacheHandleBuildResultStop(plugin.Name, fileAccessContext.ProjectFullPath, targetNames);
979MSBuildEventSource.Log.ProjectCacheEndBuildStart(plugin.Name);
1001MSBuildEventSource.Log.ProjectCacheEndBuildStop(plugin.Name);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (6)
791MSBuildEventSource.Log.RequestThreadProcStart(projectPath, configurationId, globalRequestId, nodeRequestId);
873MSBuildEventSource.Log.RequestThreadProcStop(projectPath, configurationId, globalRequestId, nodeRequestId);
1215if (MSBuildEventSource.Log.IsEnabled())
1217MSBuildEventSource.Log.BuildProjectStart(_requestEntry.RequestConfiguration.ProjectFullPath, string.Join(", ", allTargets));
1269if (MSBuildEventSource.Log.IsEnabled())
1271MSBuildEventSource.Log.BuildProjectStop(_requestEntry.RequestConfiguration.ProjectFullPath,