1 write to _lazyCodeBlockStartActions
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs (1)
125
ImmutableInterlocked.InterlockedInitialize(ref
_lazyCodeBlockStartActions
, codeBlockActions.ToImmutableAndFree());
2 references to _lazyCodeBlockStartActions
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs (2)
120
if (
_lazyCodeBlockStartActions
.IsDefault)
128
return
_lazyCodeBlockStartActions
;