2 instantiations of CustomTypeInfoTypeArgumentMap
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
CustomTypeInfoTypeArgumentMap.cs (2)
17private static readonly CustomTypeInfoTypeArgumentMap s_empty = new CustomTypeInfoTypeArgumentMap(); 83return new CustomTypeInfoTypeArgumentMap(
18 references to CustomTypeInfoTypeArgumentMap
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (18)
CustomTypeInfoTypeArgumentMap.cs (2)
17private static readonly CustomTypeInfoTypeArgumentMap s_empty = new CustomTypeInfoTypeArgumentMap(); 54internal static CustomTypeInfoTypeArgumentMap Create(TypeAndCustomInfo typeAndInfo)
DynamicViewExpansion.cs (1)
44CustomTypeInfoTypeArgumentMap.Create(new TypeAndCustomInfo(proxyType)));
MemberExpansion.cs (7)
64var customTypeInfoMap = CustomTypeInfoTypeArgumentMap.Create(declaredTypeAndInfo); 217CustomTypeInfoTypeArgumentMap customTypeInfoMap, 274private readonly CustomTypeInfoTypeArgumentMap _customTypeInfoMap; 277private MemberExpansion(MemberAndDeclarationInfo[] members, CustomTypeInfoTypeArgumentMap customTypeInfoMap, bool containsFavorites = false) 320CustomTypeInfoTypeArgumentMap customTypeInfoMap) 470CustomTypeInfoTypeArgumentMap customTypeInfoMap,
RootHiddenExpansion.cs (3)
16CustomTypeInfoTypeArgumentMap customTypeInfoMap) 22private readonly CustomTypeInfoTypeArgumentMap _customTypeInfoMap; 24internal RootHiddenExpansion(MemberAndDeclarationInfo member, CustomTypeInfoTypeArgumentMap customTypeInfoMap)
TupleExpansion.cs (3)
272var customTypeInfoMap = CustomTypeInfoTypeArgumentMap.Create(declaringTypeAndInfo); 349CustomTypeInfoTypeArgumentMap customTypeInfoMap)
TypeVariablesExpansion.cs (2)
20private readonly CustomTypeInfoTypeArgumentMap _customTypeInfoMap; 28_customTypeInfoMap = CustomTypeInfoTypeArgumentMap.Create(declaredTypeAndInfo);