3 references to Instance
System.Data.Entity (3)
System\Data\Query\InternalTrees\Command.cs (1)
1568return PlanCompiler.TypeUsageEqualityComparer.Instance.Equals(x, y);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
133m_typeToNewTypeMap = new Dictionary<md.TypeUsage, md.TypeUsage>(TypeUsageEqualityComparer.Instance);
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
121m_typeInfoMap = new Dictionary<md.TypeUsage, TypeInfo>(TypeUsageEqualityComparer.Instance);