Base:
22 references to GetHashCode
Microsoft.Build (1)
Logging\ParallelLogger\ParallelLoggerHelpers.cs (1)
583
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)
78
currentBuildEventContextSubmission.
GetHashCode
().ShouldBe(parentBuildEventContext.
GetHashCode
());
79
currentBuildEventContext.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
80
currentBuildEventContextNode.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
81
currentBuildEventContextEvaluation.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
82
currentBuildEventContextProjectInstance.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
83
currentBuildEventProjectContext.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
84
currentBuildEventContextTarget.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
85
currentBuildEventContextTask.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
86
allDifferent.
GetHashCode
().ShouldNotBe(parentBuildEventContext.
GetHashCode
());
87
parentBuildEventContext.
GetHashCode
().ShouldBe(allSame.
GetHashCode
());