1 instantiation of DominantTypeDataTypeInference
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\TypeInference\TypeArgumentInference.vb (1)
392
Dim typeData As DominantTypeDataTypeInference = New
DominantTypeDataTypeInference
()
13 references to DominantTypeDataTypeInference
Microsoft.CodeAnalysis.VisualBasic (13)
Semantics\TypeInference\TypeArgumentInference.vb (13)
129
Public ReadOnly InferenceTypeCollection As TypeInferenceCollection(Of
DominantTypeDataTypeInference
)
146
InferenceTypeCollection = New TypeInferenceCollection(Of
DominantTypeDataTypeInference
)()
284
Dim typeData As
DominantTypeDataTypeInference
= InferenceTypeCollection.GetTypeDataList()(0)
294
Dim allTypeData As ArrayBuilder(Of
DominantTypeDataTypeInference
) = InferenceTypeCollection.GetTypeDataList()
296
For Each currentTypeInfo As
DominantTypeDataTypeInference
In allTypeData
306
Dim dominantTypeDataList = ArrayBuilder(Of
DominantTypeDataTypeInference
).GetInstance()
322
Dim typeData As
DominantTypeDataTypeInference
= dominantTypeDataList(0)
374
For Each competitor As
DominantTypeDataTypeInference
In InferenceTypeCollection.GetTypeDataList()
392
Dim typeData As
DominantTypeDataTypeInference
= New DominantTypeDataTypeInference()
2273
Public Sub ReportAmbiguousInferenceError(typeInfos As ArrayBuilder(Of
DominantTypeDataTypeInference
))
2278
Dim currentTypeInfo As
DominantTypeDataTypeInference
= typeInfos(i)
2288
typeInfos As ArrayBuilder(Of
DominantTypeDataTypeInference
))
2295
Dim currentTypeInfo As
DominantTypeDataTypeInference
= typeInfos(i)