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.
2061
if (operation == null || operation.Type == null || !HasPointsToAnalysisResult || !
PessimisticAnalysis
)
2377
if (!
PessimisticAnalysis
)
3110
PessimisticAnalysis
&&
3450
if (
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.
3648
if (!HasPointsToAnalysisResult || !
PessimisticAnalysis
)