7 references to PessimisticAnalysis
Microsoft.CodeAnalysis.AnalyzerUtilities (7)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (7)
2056/// Reset all the instance analysis data if <see cref="HasPointsToAnalysisResult"/> is true and <see cref="PessimisticAnalysis"/> is also true. 2061if (operation == null || operation.Type == null || !HasPointsToAnalysisResult || !PessimisticAnalysis) 2377if (!PessimisticAnalysis) 3110PessimisticAnalysis && 3450if (PessimisticAnalysis) 3643/// Reset all the instance analysis data for <see cref="AnalysisEntityFactory.ThisOrMeInstance"/> if <see cref="HasPointsToAnalysisResult"/> is true and <see cref="PessimisticAnalysis"/> is also true. 3648if (!HasPointsToAnalysisResult || !PessimisticAnalysis)