1 write to ArgumentLocation
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\TypeInference\TypeArgumentInference.vb (1)
399typeData.ArgumentLocation = argumentLocation
3 references to ArgumentLocation
Microsoft.CodeAnalysis.VisualBasic (3)
Semantics\TypeInference\TypeArgumentInference.vb (3)
287If argumentLocation Is Nothing AndAlso typeData.ArgumentLocation IsNot Nothing Then 288argumentLocation = typeData.ArgumentLocation 324RegisterInferredType(typeData.ResultType, typeData.ArgumentLocation, typeData.ByAssumption)