5 references to IsFullyMatched
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
881
if (rewrittenCase.
IsFullyMatched
)
910
if (first.
IsFullyMatched
)
1015
if (first.
IsFullyMatched
)
1113
if (whenTruePossible && !whenTrueState.IsImpossible && !(whenTrueBuilder.Any() && whenTrueBuilder.Last().
IsFullyMatched
))
1116
if (whenFalsePossible && !whenFalseState.IsImpossible && !(whenFalseBuilder.Any() && whenFalseBuilder.Last().
IsFullyMatched
))