4 references to IsValidValueForPredicateAnalysis
Microsoft.CodeAnalysis.NetAnalyzers (4)
src\ffd9070534249528\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (4)
402
if (
IsValidValueForPredicateAnalysis
(value) &&
462
if (
IsValidValueForPredicateAnalysis
(existingNullValue) &&
511
Debug.Assert(
IsValidValueForPredicateAnalysis
(nullState) || nullState == NullAbstractValue.Invalid);
560
Debug.Assert(
IsValidValueForPredicateAnalysis
(value));