1 implementation of IsEnabled
NuGet.Protocol (1)
Plugins\Logging\PluginLogger.cs (1)
24
public bool
IsEnabled
{ get; }
19 references to IsEnabled
NuGet.Protocol (19)
Plugins\Connection.cs (3)
247
if (_logger.
IsEnabled
)
254
if (_logger.
IsEnabled
)
299
if (_logger.
IsEnabled
)
Plugins\InboundRequestContext.cs (6)
107
if (_logger.
IsEnabled
)
130
if (_logger.
IsEnabled
)
191
if (_logger.
IsEnabled
)
201
if (_logger.
IsEnabled
)
213
if (_logger.
IsEnabled
)
254
if (_logger.
IsEnabled
)
Plugins\MessageDispatcher.cs (1)
494
if (_logger.
IsEnabled
)
Plugins\OutboundRequestContext`1.cs (3)
257
if (_logger.
IsEnabled
)
267
if (_logger.
IsEnabled
)
279
if (_logger.
IsEnabled
)
Plugins\PluginFactory.cs (6)
231
if (_logger.
IsEnabled
)
250
if (_logger.
IsEnabled
)
377
if (_logger.
IsEnabled
)
399
if (_logger.
IsEnabled
)
425
if (_logger.
IsEnabled
)
437
if (_logger.
IsEnabled
)