1 instantiation of VertexValueComparer
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\Solver.cs (1)
312
internal static readonly VertexValueComparer Instance = new
VertexValueComparer
();
2 references to VertexValueComparer
System.Data.Entity (2)
System\Data\Common\Utils\Boolean\Solver.cs (2)
37
new Dictionary<Vertex, Vertex>(
VertexValueComparer
.Instance);
312
internal static readonly
VertexValueComparer
Instance = new VertexValueComparer();