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