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