7 references to GetCanonicalInput
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder.cs (6)
1665
(s1Input, BoundDagTemp s1LengthTemp, int s1Index) =
GetCanonicalInput
(s1);
1666
(s2Input, BoundDagTemp s2LengthTemp, int s2Index) =
GetCanonicalInput
(s2);
1722
(BoundDagTemp s1Input, BoundDagTemp s1LengthTemp, int s1Index) =
GetCanonicalInput
(s1);
1723
(BoundDagTemp s2Input, BoundDagTemp s2LengthTemp, int s2Index) =
GetCanonicalInput
(s2);
2837
(BoundDagTemp s1Input, BoundDagTemp s1LengthTemp, int s1Index) =
GetCanonicalInput
(s1);
2838
(BoundDagTemp s2Input, BoundDagTemp s2LengthTemp, int s2Index) =
GetCanonicalInput
(s2);
BoundTree\BoundDagEvaluation.cs (1)
205
var (input, _, index) = DecisionDagBuilder.
GetCanonicalInput
(this);