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