2 writes to _logger
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Log\Logger.LogBlock.cs (2)
46_logger = logger; 73_logger = null;
2 references to _logger
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Log\Logger.LogBlock.cs (2)
58if (_logger == null) 68_logger.LogBlockEnd(_functionId, _logMessage, _blockId, delta, _cancellationToken);