Base:
9 references to GetHashCode
Microsoft.Build (1)
BackEnd\Components\BuildRequestEngine\FullyQualifiedBuildRequest.cs (1)
103return Config.GetHashCode();
Microsoft.Build.Engine.UnitTests (8)
BackEnd\BuildRequestConfiguration_Tests.cs (8)
209Assert.Equal(config1.GetHashCode(), config2.GetHashCode()); 210Assert.NotEqual(config1.GetHashCode(), config3.GetHashCode()); 211Assert.NotEqual(config1.GetHashCode(), config5.GetHashCode()); 212Assert.NotEqual(config4.GetHashCode(), config5.GetHashCode());