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