1 write to RemainingTests
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
2271
this.
RemainingTests
= RemainingTests;
13 references to RemainingTests
Microsoft.CodeAnalysis.CSharp (13)
Binder\DecisionDagBuilder.cs (13)
1223
RoslynDebug.Assert(!(first.
RemainingTests
is Tests.False));
1290
stateForCase.
RemainingTests
.Filter(this, test, state, whenTrueValues, whenFalseValues, out Tests whenTrueTests, out Tests whenFalseTests, ref foundExplicitNullTest);
1423
var remainingTests = stateForCase.
RemainingTests
.RemoveEvaluation(this, state, stateForCase.Bindings, e);
1983
builder.Append($"{cd.Index}. [{cd.Syntax}] {(cd.PatternIsSatisfied ? "MATCH" : cd.
RemainingTests
.Dump(dumpDagTest))}");
2192
return Cases[0].
RemainingTests
.ComputeSelectedTest();
2280
public bool IsFullyMatched =>
RemainingTests
is Tests.True && (WhenClause is null || WhenClause.ConstantValueOpt == ConstantValue.True);
2285
public bool PatternIsSatisfied =>
RemainingTests
is Tests.True;
2291
public bool IsImpossible =>
RemainingTests
is Tests.False;
2303
this.
RemainingTests
.Equals(other.
RemainingTests
);
2308
return Hash.Combine(
RemainingTests
.GetHashCode(), Index);
2313
return newRemainingTests.Equals(
RemainingTests
)
2321
return this.WithRemainingTests(
RemainingTests
.RewriteNestedLengthTests());