17 references to ToImmutableAndFree
Microsoft.CodeAnalysis (17)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (17)
1164compilationStartActions: ToImmutableAndFree(ref _compilationStartActionsImmutable, ref _compilationStartActionsBuilder),
1165compilationEndActions: ToImmutableAndFree(ref _compilationEndActionsImmutable, ref _compilationEndActionsBuilder),
1166compilationActions: ToImmutableAndFree(ref _compilationActionsImmutable, ref _compilationActionsBuilder),
1167syntaxTreeActions: ToImmutableAndFree(ref _syntaxTreeActionsImmutable, ref _syntaxTreeActionsBuilder),
1168additionalFileActions: ToImmutableAndFree(ref _additionalFileActionsImmutable, ref _additionalFileActionsBuilder),
1169semanticModelActions: ToImmutableAndFree(ref _semanticModelActionsImmutable, ref _semanticModelActionsBuilder),
1170symbolActions: ToImmutableAndFree(ref _symbolActionsImmutable, ref _symbolActionsBuilder),
1171symbolStartActions: ToImmutableAndFree(ref _symbolStartActionsImmutable, ref _symbolStartActionsBuilder),
1172symbolEndActions: ToImmutableAndFree(ref _symbolEndActionsImmutable, ref _symbolEndActionsBuilder),
1173codeBlockStartActions: ToImmutableAndFree(ref _codeBlockStartActionsImmutable, ref _codeBlockStartActionsBuilder),
1174codeBlockEndActions: ToImmutableAndFree(ref _codeBlockEndActionsImmutable, ref _codeBlockEndActionsBuilder),
1175codeBlockActions: ToImmutableAndFree(ref _codeBlockActionsImmutable, ref _codeBlockActionsBuilder),
1176operationBlockStartActions: ToImmutableAndFree(ref _operationBlockStartActionsImmutable, ref _operationBlockStartActionsBuilder),
1177operationBlockEndActions: ToImmutableAndFree(ref _operationBlockEndActionsImmutable, ref _operationBlockEndActionsBuilder),
1178operationBlockActions: ToImmutableAndFree(ref _operationBlockActionsImmutable, ref _operationBlockActionsBuilder),
1179syntaxNodeActions: ToImmutableAndFree(ref _syntaxNodeActionsImmutable, ref _syntaxNodeActionsBuilder),
1180operationActions: ToImmutableAndFree(ref _operationActionsImmutable, ref _operationActionsBuilder),