6 references to Instance
NuGet.Configuration (6)
Settings\SettingsFile.cs (4)
112
if (ConfigurationEventSource.
Instance
.IsEnabled()) ConfigurationEventSource.
Instance
.SettingsFile_FileReadStart(ConfigFilePath, isMachineWide ? 1 : 0, isReadOnly ? 1 : 0);
132
if (ConfigurationEventSource.
Instance
.IsEnabled()) ConfigurationEventSource.
Instance
.SettingsFile_FileReadStop(ConfigFilePath, isMachineWide ? 1 : 0, isReadOnly ? 1 : 0);
Settings\SettingsLoadingContext.cs (2)
77
if (ConfigurationEventSource.
Instance
.IsEnabled()) ConfigurationEventSource.
Instance
.SettingsLoadingContext_FileRead(fileInfo.FullName, isMachineWide ? 1 : 0, isReadOnly ? 1 : 0);