4 references to IsImpossible
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder.cs (4)
880
if (rewrittenCase.
IsImpossible
)
909
Debug.Assert(!first.
IsImpossible
);
1115
if (whenTruePossible && !whenTrueState.
IsImpossible
&& !(whenTrueBuilder.Any() && whenTrueBuilder.Last().IsFullyMatched))
1118
if (whenFalsePossible && !whenFalseState.
IsImpossible
&& !(whenFalseBuilder.Any() && whenFalseBuilder.Last().IsFullyMatched))