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