3 writes to _operationBlockActions
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (3)
709
_operationBlockActions
= ImmutableArray<OperationBlockAnalyzerAction>.Empty;
751
_operationBlockActions
= operationBlockActions;
986
_operationBlockActions
= _operationBlockActions.Add(action);
6 references to _operationBlockActions
Microsoft.CodeAnalysis (6)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (6)
788
public readonly int OperationBlockActionsCount { get { return
_operationBlockActions
.Length; } }
882
get { return
_operationBlockActions
; }
986
_operationBlockActions =
_operationBlockActions
.Add(action);
1033
operationBlockActions:
_operationBlockActions
.AddRange(otherActions.
_operationBlockActions
),
1127
AppendActions(ref _operationBlockActionsImmutable, ref _operationBlockActionsBuilder, otherActions.
_operationBlockActions
);