1 override of GetKey
Microsoft.Build (1)
CommunicationsUtilities.cs (1)
368public override string GetKey() => $"{_handshakeComponents.Options} {_handshakeComponents.Salt} {_handshakeComponents.FileVersionMajor} {_handshakeComponents.FileVersionMinor} {_handshakeComponents.FileVersionBuild} {_handshakeComponents.FileVersionPrivate}"
10 references to GetKey
Microsoft.Build.Engine.UnitTests (10)
BackEnd\AppHostSupport_Tests.cs (8)
203parentFixedHandshake.GetKey().ShouldBe(childHandshake.GetKey(), 212parentBrokenHandshake.GetKey().ShouldNotBe(childHandshake.GetKey(), 253symlinkHandshake.GetKey().ShouldNotBe(realHandshake.GetKey(), 265parentFixed.GetKey().ShouldBe(childDefault.GetKey(),
BackEnd\UnixNodeReuseFixes_Tests.cs (2)
39h1.GetKey().ShouldBe(h2.GetKey());