1 type derived from DominantTypeData
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\TypeInference\TypeArgumentInference.vb (1)
114Inherits DominantTypeData
1 instantiation of DominantTypeData
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\TypeInference\TypeInferenceCollection.vb (1)
601Dim typeData As New DominantTypeData()
7 references to DominantTypeData
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Expressions.vb (1)
4580Dim results = ArrayBuilder(Of DominantTypeData).GetInstance()
Binding\Binder_Query.vb (1)
3494Dim resultList = ArrayBuilder(Of DominantTypeData).GetInstance()
Semantics\TypeInference\TypeInferenceCollection.vb (5)
40Friend Class TypeInferenceCollection(Of TDominantTypeData As DominantTypeData) 416candidateData As DominantTypeData, 417hintData As DominantTypeData, 557Inherits TypeInferenceCollection(Of DominantTypeData) 584For Each competitor As DominantTypeData In Me.GetTypeDataList()