4 references to Instance
NuGet.Common (4)
Migrations\MigrationRunner.cs (4)
28
if (CommonEventSource.
Instance
.IsEnabled()) CommonEventSource.
Instance
.MigrationRunner_RunStart();
68
if (CommonEventSource.
Instance
.IsEnabled()) CommonEventSource.
Instance
.MigrationRunner_RunStop(expectedMigrationFilename, migrationPerformed ? 1 : 0);