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