protected AbstractReEntrantSetupAnalyzer(
     IDiagnosticDescriptorsProvider diagnosticDescriptorsProvider,
     IReEntrantCallFinder reEntrantCallFinder)
     : base(diagnosticDescriptorsProvider)
 {
     _reEntrantCallFinder     = reEntrantCallFinder;
     _analyzeInvocationAction = AnalyzeInvocation;
     SupportedDiagnostics     = ImmutableArray.Create(DiagnosticDescriptorsProvider.ReEntrantSubstituteCall);
 }
 protected AbstractReEntrantSetupAnalyzer(IDiagnosticDescriptorsProvider diagnosticDescriptorsProvider, IReEntrantCallFinder reEntrantCallFinder)
     : base(diagnosticDescriptorsProvider)
 {
     _reEntrantCallFinder = reEntrantCallFinder;
 }