1 write to _lazyCodeBlockStartActions
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs (1)
113
ImmutableInterlocked.InterlockedInitialize(ref
_lazyCodeBlockStartActions
, codeBlockActions);
2 references to _lazyCodeBlockStartActions
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs (2)
109
if (
_lazyCodeBlockStartActions
.IsDefault)
116
return
_lazyCodeBlockStartActions
;