7 references to TypeName
System.Data.Services.Client (7)
System\Data\Services\Client\ClientType.cs (7)
51
private static readonly Dictionary<
TypeName
, Type> namedTypes = new Dictionary<
TypeName
, Type>(new TypeNameEqualityComparer());
459
TypeName
typename;
1054
private sealed class TypeNameEqualityComparer : IEqualityComparer<
TypeName
>
1060
public bool Equals(
TypeName
x,
TypeName
y)
1068
public int GetHashCode(
TypeName
obj)