1 instantiation of MutableTypeMap
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeUnification.cs (1)
253substitution = new MutableTypeMap();
4 references to MutableTypeMap
Microsoft.CodeAnalysis.CSharp (4)
Symbols\TypeUnification.cs (4)
25MutableTypeMap? substitution = null; 57private static bool CanUnifyHelper(TypeSymbol t1, TypeSymbol t2, ref MutableTypeMap? substitution) 79private static bool CanUnifyHelper(TypeWithAnnotations t1, TypeWithAnnotations t2, ref MutableTypeMap? substitution) 249private static void AddSubstitution(ref MutableTypeMap? substitution, TypeParameterSymbol tp1, TypeWithAnnotations t2)