1 write to RemainingTests
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
3153
this.
RemainingTests
= RemainingTests;
13 references to RemainingTests
Microsoft.CodeAnalysis.CSharp (13)
Binder\DecisionDagBuilder.cs (13)
1618
RoslynDebug.Assert(!(first.
RemainingTests
is Tests.False));
1685
stateForCase.
RemainingTests
.Filter(this, test, state, whenTrueValues, whenFalseValues, out Tests whenTrueTests, out Tests whenFalseTests, ref foundExplicitNullTest);
1900
var remainingTests = stateForCase.
RemainingTests
.RemoveEvaluation(this, state, stateForCase.Bindings, e);
2865
builder.Append($"{cd.Index}. [{cd.Syntax}] {(cd.PatternIsSatisfied ? "MATCH" : cd.
RemainingTests
.Dump(dumpDagTest))}");
3074
return Cases[0].
RemainingTests
.ComputeSelectedTest(builder);
3162
public bool IsFullyMatched =>
RemainingTests
is Tests.True && (WhenClause is null || WhenClause.ConstantValueOpt == ConstantValue.True);
3167
public bool PatternIsSatisfied =>
RemainingTests
is Tests.True;
3173
public bool IsImpossible =>
RemainingTests
is Tests.False;
3185
this.
RemainingTests
.Equals(other.
RemainingTests
);
3190
return Hash.Combine(
RemainingTests
.GetHashCode(), Index);
3195
return newRemainingTests.Equals(
RemainingTests
)
3203
return this.WithRemainingTests(
RemainingTests
.RewriteNestedLengthTests());