1 instantiation of TempAssemblyComparer
System.Data (1)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
540
internal static readonly IEqualityComparer<KeyValuePair<Type,XmlRootAttribute>> Default = new
TempAssemblyComparer
();
2 references to TempAssemblyComparer
System.Data (2)
fx\src\data\System\Data\Common\ObjectStorage.cs (2)
508
1+cache.Count,
TempAssemblyComparer
.Default);
518
TempAssemblyComparer
.Default);