7 references to PessimisticAnalysis
Microsoft.CodeAnalysis.AnalyzerUtilities (7)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (7)
2058
/// Reset all the instance analysis data if <see cref="HasPointsToAnalysisResult"/> is true and <see cref="
PessimisticAnalysis
"/> is also true.
2063
if (operation == null || operation.Type == null || !HasPointsToAnalysisResult || !
PessimisticAnalysis
)
2379
if (!
PessimisticAnalysis
)
3112
PessimisticAnalysis
&&
3452
if (
PessimisticAnalysis
)
3645
/// Reset all the instance analysis data for <see cref="AnalysisEntityFactory.ThisOrMeInstance"/> if <see cref="HasPointsToAnalysisResult"/> is true and <see cref="
PessimisticAnalysis
"/> is also true.
3650
if (!HasPointsToAnalysisResult || !
PessimisticAnalysis
)