5 references to IsFullyMatched
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
883
if (rewrittenCase.
IsFullyMatched
)
912
if (first.
IsFullyMatched
)
1017
if (first.
IsFullyMatched
)
1115
if (whenTruePossible && !whenTrueState.IsImpossible && !(whenTrueBuilder.Any() && whenTrueBuilder.Last().
IsFullyMatched
))
1118
if (whenFalsePossible && !whenFalseState.IsImpossible && !(whenFalseBuilder.Any() && whenFalseBuilder.Last().
IsFullyMatched
))