Base:
2 references to GetHashCode
System.Xaml.Tests (2)
System\Windows\Markup\ContentWrapperAttributeTests.cs (2)
46Assert.Equal(typeof(int).GetHashCode(), attribute.GetHashCode()); 53Assert.Equal(0, attribute.GetHashCode());