4 references to IsImpossible
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder.cs (4)
933
if (rewrittenCase.
IsImpossible
)
962
Debug.Assert(!first.
IsImpossible
);
1324
if (whenTruePossible && !whenTrueState.
IsImpossible
&& !(whenTrueBuilder.Any() && whenTrueBuilder.Last().IsFullyMatched))
1327
if (whenFalsePossible && !whenFalseState.
IsImpossible
&& !(whenFalseBuilder.Any() && whenFalseBuilder.Last().IsFullyMatched))