1 instantiation of TempAssemblyComparer
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
643
internal static readonly IEqualityComparer<KeyValuePair<Type, XmlRootAttribute>> s_default = new
TempAssemblyComparer
();
2 references to TempAssemblyComparer
System.Data.Common (2)
System\Data\Common\ObjectStorage.cs (2)
611
1 + cache.Count,
TempAssemblyComparer
.s_default);
621
TempAssemblyComparer
.s_default);