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