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