8 references to Salt
Microsoft.Build (1)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
588
else if (component.Key == nameof(HandshakeComponents.
Salt
))
Microsoft.Build.Framework (6)
BackEnd\Handshake.cs (2)
245
CommunicationsUtilities.AvoidEndOfHandshakeSignal(_handshakeComponents.
Salt
),
253
=> $"{_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)
43
CommunicationsUtilities.AvoidEndOfHandshakeSignal(_handshakeComponents.
Salt
),
49
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)
588
else if (component.Key == nameof(HandshakeComponents.
Salt
))