8 references to Salt
Microsoft.Build (1)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
578
else if (component.Key == nameof(HandshakeComponents.
Salt
))
Microsoft.Build.Framework (6)
BackEnd\Handshake.cs (2)
206
CommunicationsUtilities.AvoidEndOfHandshakeSignal(_handshakeComponents.
Salt
),
214
=> $"{_handshakeComponents.Options} {_handshakeComponents.
Salt
} {_handshakeComponents.FileVersionMajor} {_handshakeComponents.FileVersionMinor} {_handshakeComponents.FileVersionBuild} {_handshakeComponents.FileVersionPrivate} {_handshakeComponents.SessionId}";
BackEnd\HandshakeComponents.cs (2)
54
yield return new KeyValuePair<string, int>(nameof(
Salt
),
Salt
);
BackEnd\ServerNodeHandshake.cs (2)
27
CommunicationsUtilities.AvoidEndOfHandshakeSignal(_handshakeComponents.
Salt
),
33
public override string GetKey() => $"{_handshakeComponents.Options} {_handshakeComponents.
Salt
} {_handshakeComponents.FileVersionMajor} {_handshakeComponents.FileVersionMinor} {_handshakeComponents.FileVersionBuild} {_handshakeComponents.FileVersionPrivate}"
MSBuild (1)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
578
else if (component.Key == nameof(HandshakeComponents.
Salt
))