7 references to GetCanonicalInput
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder.cs (6)
2505
(s1Input, BoundDagTemp s1LengthTemp, int s1Index) =
GetCanonicalInput
(s1);
2506
(s2Input, BoundDagTemp s2LengthTemp, int s2Index) =
GetCanonicalInput
(s2);
2563
(BoundDagTemp s1Input, BoundDagTemp s1LengthTemp, int s1Index) =
GetCanonicalInput
(s1);
2564
(BoundDagTemp s2Input, BoundDagTemp s2LengthTemp, int s2Index) =
GetCanonicalInput
(s2);
3844
(BoundDagTemp s1Input, BoundDagTemp s1LengthTemp, int s1Index) =
GetCanonicalInput
(s1);
3845
(BoundDagTemp s2Input, BoundDagTemp s2LengthTemp, int s2Index) =
GetCanonicalInput
(s2);
BoundTree\BoundDagEvaluation.cs (1)
213
var (input, _, index) = DecisionDagBuilder.
GetCanonicalInput
(this);