1 write to Builder
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
309
Builder
= builder;
2 references to Builder
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
414
casesBuilder.Add(context.
Builder
.MakeTestsForPattern(++index, diagSyntax, context.RootIdentifier, pattern, hasUnionMatching: false, whenClause: null, label: label));
525
BoundDecisionDag dag = context.
Builder
.MakeBoundDecisionDag(context.Syntax, ref casesBuilder.AsRef());