1 implementation of IsEnabled
NuGet.Protocol (1)
Plugins\Logging\PluginLogger.cs (1)
64
public bool
IsEnabled
{ get; }
19 references to IsEnabled
NuGet.Protocol (19)
Plugins\Connection.cs (3)
245
if (_logger.
IsEnabled
)
252
if (_logger.
IsEnabled
)
297
if (_logger.
IsEnabled
)
Plugins\InboundRequestContext.cs (6)
105
if (_logger.
IsEnabled
)
128
if (_logger.
IsEnabled
)
189
if (_logger.
IsEnabled
)
199
if (_logger.
IsEnabled
)
211
if (_logger.
IsEnabled
)
252
if (_logger.
IsEnabled
)
Plugins\MessageDispatcher.cs (1)
493
if (_logger.
IsEnabled
)
Plugins\OutboundRequestContext`1.cs (3)
271
if (_logger.
IsEnabled
)
281
if (_logger.
IsEnabled
)
293
if (_logger.
IsEnabled
)
Plugins\PluginFactory.cs (6)
238
if (_logger.
IsEnabled
)
257
if (_logger.
IsEnabled
)
384
if (_logger.
IsEnabled
)
404
if (_logger.
IsEnabled
)
430
if (_logger.
IsEnabled
)
442
if (_logger.
IsEnabled
)