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