5 references to IsFullyMatched
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
1326
if (rewrittenCase.
IsFullyMatched
)
1355
if (first.
IsFullyMatched
)
1616
if (first.
IsFullyMatched
)
1714
if (whenTruePossible && !whenTrueState.IsImpossible && !(whenTrueBuilder.Any() && whenTrueBuilder.Last().
IsFullyMatched
))
1717
if (whenFalsePossible && !whenFalseState.IsImpossible && !(whenFalseBuilder.Any() && whenFalseBuilder.Last().
IsFullyMatched
))