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