Base:
3 references to GetHashCode
System.Xaml (3)
System\Xaml\Schema\XamlValueConverter.cs (1)
126result ^= TargetType.GetHashCode();
System\Xaml\XamlMember.cs (1)
1046return (Name is null ? 0 : Name.GetHashCode()) ^ (int)_memberType ^ DeclaringType.GetHashCode();
System\Xaml\XamlType.cs (1)
1854result ^= typeArgument.GetHashCode();