2 writes to DependentType
Microsoft.Cci.Extensions (2)
Experimental\TypeReferenceSearcher.cs (2)
20
this.
DependentType
= member.ContainingTypeDefinition;
27
this.
DependentType
= typeDef;
2 references to DependentType
Microsoft.Cci.Extensions (2)
Experimental\TypeReferenceSearcher.cs (2)
42
&& object.Equals(x.
DependentType
, y.DependentMember);
47
return obj.TypeReference.GetHashCode() ^ obj.
DependentType
.GetHashCode();