2 writes to TypeReference
Microsoft.Cci.Extensions (2)
Experimental\TypeReferenceSearcher.cs (2)
18
this.
TypeReference
= type;
25
this.
TypeReference
= type;
3 references to TypeReference
Microsoft.Cci.Extensions (3)
Experimental\TypeReferenceSearcher.cs (3)
40
return object.Equals(x.
TypeReference
, y.
TypeReference
)
47
return obj.
TypeReference
.GetHashCode() ^ obj.DependentType.GetHashCode();