1 type derived from DominantTypeData
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\TypeInference\TypeArgumentInference.vb (1)
115Inherits DominantTypeData
1 instantiation of DominantTypeData
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\TypeInference\TypeInferenceCollection.vb (1)
600Dim typeData As New DominantTypeData()
7 references to DominantTypeData
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Expressions.vb (1)
4576Dim results = ArrayBuilder(Of DominantTypeData).GetInstance()
Binding\Binder_Query.vb (1)
3495Dim resultList = ArrayBuilder(Of DominantTypeData).GetInstance()
Semantics\TypeInference\TypeInferenceCollection.vb (5)
40Friend Class TypeInferenceCollection(Of TDominantTypeData As DominantTypeData) 415candidateData As DominantTypeData, 416hintData As DominantTypeData, 556Inherits TypeInferenceCollection(Of DominantTypeData) 583For Each competitor As DominantTypeData In Me.GetTypeDataList()