8 references to GetTypeDataList
Microsoft.CodeAnalysis.VisualBasic (8)
Semantics\TypeInference\TypeArgumentInference.vb (6)
268
Dim numberOfTypeHints As Integer = InferenceTypeCollection.
GetTypeDataList
().Count()
284
Dim typeData As DominantTypeDataTypeInference = InferenceTypeCollection.
GetTypeDataList
()(0)
294
Dim allTypeData As ArrayBuilder(Of DominantTypeDataTypeInference) = InferenceTypeCollection.
GetTypeDataList
()
374
For Each competitor As DominantTypeDataTypeInference In InferenceTypeCollection.
GetTypeDataList
()
403
InferenceTypeCollection.
GetTypeDataList
().Add(typeData)
806
DirectCast(child, TypeParameterNode).InferenceTypeCollection.
GetTypeDataList
().Count > 0 Then
Semantics\TypeInference\TypeInferenceCollection.vb (2)
583
For Each competitor As DominantTypeData In Me.
GetTypeDataList
()
604
Me.
GetTypeDataList
().Add(typeData)