2 writes to _logger
Microsoft.CodeAnalysis.CodeStyle (2)
Logger.LogBlock.cs (2)
50
_logger
= logger;
77
_logger
= null;
2 references to _logger
Microsoft.CodeAnalysis.CodeStyle (2)
Logger.LogBlock.cs (2)
62
if (
_logger
== null)
72
_logger
.LogBlockEnd(_functionId, _logMessage, _blockId, delta, _cancellationToken);