1 write to Module
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
117
Module
= module;
3 references to Module
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (3)
122
public bool Equals(TypeKeyByName other) => Name == other.Name && Namespace == other.Namespace &&
Module
== other.
Module
;
124
public override int GetHashCode() => HashCode.Combine(Name, Namespace,
Module
);