1 write to RemainingTests
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
3173
this.
RemainingTests
= RemainingTests;
13 references to RemainingTests
Microsoft.CodeAnalysis.CSharp (13)
Binder\DecisionDagBuilder.cs (13)
1638
RoslynDebug.Assert(!(first.
RemainingTests
is Tests.False));
1705
stateForCase.
RemainingTests
.Filter(this, test, state, whenTrueValues, whenFalseValues, out Tests whenTrueTests, out Tests whenFalseTests, ref foundExplicitNullTest);
1920
var remainingTests = stateForCase.
RemainingTests
.RemoveEvaluation(this, state, stateForCase.Bindings, e);
2885
builder.Append($"{cd.Index}. [{cd.Syntax}] {(cd.PatternIsSatisfied ? "MATCH" : cd.
RemainingTests
.Dump(dumpDagTest))}");
3094
return Cases[0].
RemainingTests
.ComputeSelectedTest(builder);
3182
public bool IsFullyMatched =>
RemainingTests
is Tests.True && (WhenClause is null || WhenClause.ConstantValueOpt == ConstantValue.True);
3187
public bool PatternIsSatisfied =>
RemainingTests
is Tests.True;
3193
public bool IsImpossible =>
RemainingTests
is Tests.False;
3205
this.
RemainingTests
.Equals(other.
RemainingTests
);
3210
return Hash.Combine(
RemainingTests
.GetHashCode(), Index);
3215
return newRemainingTests.Equals(
RemainingTests
)
3223
return this.WithRemainingTests(
RemainingTests
.RewriteNestedLengthTests());