1 write to Name
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
115
Name
= name;
3 references to Name
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);