17 references to AppendActions
Microsoft.CodeAnalysis (17)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (17)
1106AppendActions(ref _compilationStartActionsImmutable, ref _compilationStartActionsBuilder, otherActions._compilationStartActions);
1107AppendActions(ref _compilationEndActionsImmutable, ref _compilationEndActionsBuilder, otherActions._compilationEndActions);
1108AppendActions(ref _compilationActionsImmutable, ref _compilationActionsBuilder, otherActions._compilationActions);
1109AppendActions(ref _syntaxTreeActionsImmutable, ref _syntaxTreeActionsBuilder, otherActions._syntaxTreeActions);
1110AppendActions(ref _additionalFileActionsImmutable, ref _additionalFileActionsBuilder, otherActions._additionalFileActions);
1111AppendActions(ref _semanticModelActionsImmutable, ref _semanticModelActionsBuilder, otherActions._semanticModelActions);
1112AppendActions(ref _symbolActionsImmutable, ref _symbolActionsBuilder, otherActions._symbolActions);
1116AppendActions(ref _symbolStartActionsImmutable, ref _symbolStartActionsBuilder, otherActions._symbolStartActions);
1117AppendActions(ref _symbolEndActionsImmutable, ref _symbolEndActionsBuilder, otherActions._symbolEndActions);
1120AppendActions(ref _codeBlockStartActionsImmutable, ref _codeBlockStartActionsBuilder, otherActions._codeBlockStartActions);
1121AppendActions(ref _codeBlockEndActionsImmutable, ref _codeBlockEndActionsBuilder, otherActions._codeBlockEndActions);
1122AppendActions(ref _codeBlockActionsImmutable, ref _codeBlockActionsBuilder, otherActions._codeBlockActions);
1123AppendActions(ref _syntaxNodeActionsImmutable, ref _syntaxNodeActionsBuilder, otherActions._syntaxNodeActions);
1124AppendActions(ref _operationActionsImmutable, ref _operationActionsBuilder, otherActions._operationActions);
1125AppendActions(ref _operationBlockStartActionsImmutable, ref _operationBlockStartActionsBuilder, otherActions._operationBlockStartActions);
1126AppendActions(ref _operationBlockEndActionsImmutable, ref _operationBlockEndActionsBuilder, otherActions._operationBlockEndActions);
1127AppendActions(ref _operationBlockActionsImmutable, ref _operationBlockActionsBuilder, otherActions._operationBlockActions);