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