8 references to GetTypeDataList
Microsoft.CodeAnalysis.VisualBasic (8)
Semantics\TypeInference\TypeArgumentInference.vb (6)
269
Dim numberOfTypeHints As Integer = InferenceTypeCollection.
GetTypeDataList
().Count()
285
Dim typeData As DominantTypeDataTypeInference = InferenceTypeCollection.
GetTypeDataList
()(0)
295
Dim allTypeData As ArrayBuilder(Of DominantTypeDataTypeInference) = InferenceTypeCollection.
GetTypeDataList
()
375
For Each competitor As DominantTypeDataTypeInference In InferenceTypeCollection.
GetTypeDataList
()
404
InferenceTypeCollection.
GetTypeDataList
().Add(typeData)
807
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)