5 references to s_current
Microsoft.CodeAnalysis.AnalyzerUtilities (5)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Log\RoslynTelemetry.cs (5)
33
=>
s_current
.Value ?? s_default;
43
var previous =
s_current
.Value;
44
s_current
.Value = telemetry;
45
return new Registration(() =>
s_current
.Value = previous);
114
s_current
.Value = null;