4 references to TypeUnificationKey
System.Private.CoreLib (4)
System\TypeUnificationKey.cs (4)
17
internal struct TypeUnificationKey : IEquatable<
TypeUnificationKey
>
27
if (!(obj is
TypeUnificationKey
))
29
return Equals((
TypeUnificationKey
)obj);
32
public bool Equals(
TypeUnificationKey
other)