5 references to IsFullyMatched
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
1359
if (rewrittenCase.
IsFullyMatched
)
1388
if (first.
IsFullyMatched
)
1649
if (first.
IsFullyMatched
)
1747
if (whenTruePossible && !whenTrueState.IsImpossible && !(whenTrueBuilder.Any() && whenTrueBuilder.Last().
IsFullyMatched
))
1750
if (whenFalsePossible && !whenFalseState.IsImpossible && !(whenFalseBuilder.Any() && whenFalseBuilder.Last().
IsFullyMatched
))