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