5 references to IsFullyMatched
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
831
if (rewrittenCase.
IsFullyMatched
)
858
if (first.
IsFullyMatched
)
966
if (first.
IsFullyMatched
)
1064
if (whenTruePossible && !whenTrueState.IsImpossible && !(whenTrueBuilder.Any() && whenTrueBuilder.Last().
IsFullyMatched
))
1067
if (whenFalsePossible && !whenFalseState.IsImpossible && !(whenFalseBuilder.Any() && whenFalseBuilder.Last().
IsFullyMatched
))