1 override of GetKey
Microsoft.Build (1)
CommunicationsUtilities.cs (1)
368
public 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)
203
parentFixedHandshake.
GetKey
().ShouldBe(childHandshake.
GetKey
(),
212
parentBrokenHandshake.
GetKey
().ShouldNotBe(childHandshake.
GetKey
(),
253
symlinkHandshake.
GetKey
().ShouldNotBe(realHandshake.
GetKey
(),
265
parentFixed.
GetKey
().ShouldBe(childDefault.
GetKey
(),
BackEnd\UnixNodeReuseFixes_Tests.cs (2)
39
h1.
GetKey
().ShouldBe(h2.
GetKey
());