4 references to Type
Microsoft.DotNet.ApiCompatibility (3)
CompatDifference.cs (3)
80Type.Equals(other.Type) && 93hashCode = hashCode * -1521134295 + EqualityComparer<string>.Default.GetHashCode(Type.ToString().ToLowerInvariant());
Microsoft.DotNet.ApiCompatibility.Tests (1)
CompatDifferenceTests.cs (1)
35Assert.Equal(type, difference.Type);