1 instantiation of DominantTypeDataTypeInference
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\TypeInference\TypeArgumentInference.vb (1)
393
Dim typeData As DominantTypeDataTypeInference = New
DominantTypeDataTypeInference
()
13 references to DominantTypeDataTypeInference
Microsoft.CodeAnalysis.VisualBasic (13)
Semantics\TypeInference\TypeArgumentInference.vb (13)
130
Public ReadOnly InferenceTypeCollection As TypeInferenceCollection(Of
DominantTypeDataTypeInference
)
147
InferenceTypeCollection = New TypeInferenceCollection(Of
DominantTypeDataTypeInference
)()
285
Dim typeData As
DominantTypeDataTypeInference
= InferenceTypeCollection.GetTypeDataList()(0)
295
Dim allTypeData As ArrayBuilder(Of
DominantTypeDataTypeInference
) = InferenceTypeCollection.GetTypeDataList()
297
For Each currentTypeInfo As
DominantTypeDataTypeInference
In allTypeData
307
Dim dominantTypeDataList = ArrayBuilder(Of
DominantTypeDataTypeInference
).GetInstance()
323
Dim typeData As
DominantTypeDataTypeInference
= dominantTypeDataList(0)
375
For Each competitor As
DominantTypeDataTypeInference
In InferenceTypeCollection.GetTypeDataList()
393
Dim typeData As
DominantTypeDataTypeInference
= New DominantTypeDataTypeInference()
2274
Public Sub ReportAmbiguousInferenceError(typeInfos As ArrayBuilder(Of
DominantTypeDataTypeInference
))
2279
Dim currentTypeInfo As
DominantTypeDataTypeInference
= typeInfos(i)
2289
typeInfos As ArrayBuilder(Of
DominantTypeDataTypeInference
))
2296
Dim currentTypeInfo As
DominantTypeDataTypeInference
= typeInfos(i)