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