Base:
7 references to GetHashCode
Microsoft.Extensions.Compliance.Abstractions (1)
Classification\DataClassificationSet.cs (1)
149hash ^= item.GetHashCode();
Microsoft.Extensions.Compliance.Abstractions.Tests (6)
Classification\DataClassificationTests.cs (6)
32Assert.Equal(dc.GetHashCode(), dc.GetHashCode()); 33Assert.NotEqual(dc.GetHashCode(), new DataClassification(TaxonomyName + "X", Value).GetHashCode()); 34Assert.NotEqual(dc.GetHashCode(), new DataClassification(TaxonomyName, Value + 1).GetHashCode());