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