4 references to IsImpossible
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder.cs (4)
878
if (rewrittenCase.
IsImpossible
)
907
Debug.Assert(!first.
IsImpossible
);
1113
if (whenTruePossible && !whenTrueState.
IsImpossible
&& !(whenTrueBuilder.Any() && whenTrueBuilder.Last().IsFullyMatched))
1116
if (whenFalsePossible && !whenFalseState.
IsImpossible
&& !(whenFalseBuilder.Any() && whenFalseBuilder.Last().IsFullyMatched))