2 instantiations of TypeUnificationKey
System.Private.CoreLib (2)
Internal\Reflection\Extensions\NonPortable\CustomAttributeSearcher.cs (2)
144
TypeUnificationKey attributeTypeKey = new
TypeUnificationKey
(attributeType);
157
TypeUnificationKey attributeTypeKey = new
TypeUnificationKey
(attributeType);
8 references to TypeUnificationKey
System.Private.CoreLib (8)
Internal\Reflection\Extensions\NonPortable\CustomAttributeSearcher.cs (4)
139
LowLevelDictionary<
TypeUnificationKey
, AttributeUsageAttribute> encounteredTypes = new LowLevelDictionary<
TypeUnificationKey
, AttributeUsageAttribute>(11);
144
TypeUnificationKey
attributeTypeKey = new TypeUnificationKey(attributeType);
157
TypeUnificationKey
attributeTypeKey = new TypeUnificationKey(attributeType);
System\TypeUnificationKey.cs (4)
17
internal struct TypeUnificationKey : IEquatable<
TypeUnificationKey
>
27
if (!(obj is
TypeUnificationKey
))
29
return Equals((
TypeUnificationKey
)obj);
32
public bool Equals(
TypeUnificationKey
other)