Base:
22 references to GetHashCode
Microsoft.Build (1)
Logging\ParallelLogger\ParallelLoggerHelpers.cs (1)
585
return _entryPointContext.
GetHashCode
() + _targetName.GetHashCode();
Microsoft.Build.Framework (1)
BuildEventContext.cs (1)
174
public long BuildRequestId =>
GetHashCode
();
Microsoft.Build.Framework.UnitTests (20)
EventArgs_Tests.cs (20)
80
currentBuildEventContextSubmission.
GetHashCode
().ShouldBe(parentBuildEventContext.
GetHashCode
());
81
currentBuildEventContext.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
82
currentBuildEventContextNode.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
83
currentBuildEventContextEvaluation.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
84
currentBuildEventContextProjectInstance.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
85
currentBuildEventProjectContext.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
86
currentBuildEventContextTarget.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
87
currentBuildEventContextTask.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
88
allDifferent.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
89
parentBuildEventContext.
GetHashCode
().ShouldBe(allSame.
GetHashCode
());