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