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