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