1 write to s_currentLogger
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Log\Logger.cs (1)
34
return Interlocked.Exchange(ref
s_currentLogger
, logger);
4 references to s_currentLogger
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Log\Logger.cs (2)
41
=>
s_currentLogger
;
45
var logger =
s_currentLogger
;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Log\Logger.LogBlock.cs (2)
21
Contract.ThrowIfNull(
s_currentLogger
);
24
block.Construct(
s_currentLogger
, functionId, message, blockId, cancellationToken);