1 instantiation of CommonEventSource
NuGet.Common (1)
CommonEventSource.cs (1)
10public static readonly CommonEventSource Instance = new();
5 references to CommonEventSource
NuGet.Common (5)
CommonEventSource.cs (1)
10public static readonly CommonEventSource Instance = new();
Migrations\MigrationRunner.cs (4)
28if (CommonEventSource.Instance.IsEnabled()) CommonEventSource.Instance.MigrationRunner_RunStart(); 68if (CommonEventSource.Instance.IsEnabled()) CommonEventSource.Instance.MigrationRunner_RunStop(expectedMigrationFilename, migrationPerformed ? 1 : 0);