1 write to _type
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\SurrogateSelector.cs (1)
183
_type
= type;
3 references to _type
System.Runtime.Serialization.Formatters (3)
System\Runtime\Serialization\SurrogateSelector.cs (3)
187
public override int GetHashCode() =>
_type
.GetHashCode();
208
return presentValue.
_type
== givenValue.
_type
&&