4 references to MakeBoundDecisionDag
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder.cs (4)
41/// <see cref="MakeBoundDecisionDag(SyntaxNode, ImmutableArray{DecisionDagBuilder.StateForCase})"/> 135return MakeBoundDecisionDag(syntax, ImmutableArray.Create(MakeTestsForPattern(index: 1, pattern.Syntax, rootIdentifier, pattern, whenClause: null, whenTrueLabel))); 157return MakeBoundDecisionDag(syntax, builder.ToImmutableAndFree()); 174return MakeBoundDecisionDag(syntax, builder.ToImmutableAndFree());