1 write to _lazyCoreActions
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
2426
Interlocked.CompareExchange(ref
_lazyCoreActions
, createCoreActions(), null);
2 references to _lazyCoreActions
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
2424
if (
_lazyCoreActions
== null)
2429
return
_lazyCoreActions
;