3 references to GetInputType
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (2)
927TypeSymbol inputTempType = inputInfo.GetInputType(); 1151var type = rel.Value.Type ?? inputInfo.GetInputType();
Binder\DecisionDagBuilder_ListPatterns.cs (1)
17TypeSymbol inputType = inputInfo.GetInputType();