1 instantiation of PerformanceLogEventSource
dotnet (1)
PerformanceLogEventSource.cs (1)
17internal static PerformanceLogEventSource Log = new();
25 references to PerformanceLogEventSource
dotnet (25)
Commands\MSBuild\MSBuildForwardingApp.cs (5)
97PerformanceLogEventSource.Log.LogMSBuildStart(startInfo.FileName, startInfo.Arguments); 99PerformanceLogEventSource.Log.MSBuildStop(exitCode); 105if (PerformanceLogEventSource.Log.IsEnabled()) 107PerformanceLogEventSource.Log.LogMSBuildStart( 112PerformanceLogEventSource.Log.MSBuildStop(exitCode);
PerformanceLogEventSource.cs (1)
17internal static PerformanceLogEventSource Log = new();
Program.cs (19)
74PerformanceLogEventSource.Log.LogStartUpInformation(startupInfo); 75PerformanceLogEventSource.Log.CLIStart(); 107PerformanceLogEventSource.Log.CLIStop(); 128PerformanceLogEventSource.Log.BuiltInCommandParserStart(); 139PerformanceLogEventSource.Log.BuiltInCommandParserStop(); 147PerformanceLogEventSource.Log.TelemetryRegistrationStart(); 153PerformanceLogEventSource.Log.TelemetryRegistrationStop(); 178PerformanceLogEventSource.Log.FirstTimeConfigurationStart(); 223PerformanceLogEventSource.Log.FirstTimeConfigurationStop(); 231PerformanceLogEventSource.Log.TelemetrySaveIfEnabledStart(); 245PerformanceLogEventSource.Log.TelemetrySaveIfEnabledStop(); 254PerformanceLogEventSource.Log.ExtensibleCommandResolverStart(); 271PerformanceLogEventSource.Log.ExtensibleCommandResolverStop(); 273PerformanceLogEventSource.Log.ExtensibleCommandStart(); 275PerformanceLogEventSource.Log.ExtensibleCommandStop(); 294PerformanceLogEventSource.Log.TelemetryClientFlushStart(); 296PerformanceLogEventSource.Log.TelemetryClientFlushStop(); 331PerformanceLogEventSource.Log.BuiltInCommandStart(); 343PerformanceLogEventSource.Log.BuiltInCommandStop();