2 references to CurrentUserName
Microsoft.Build.Framework (2)
BackEnd\ServerNodeHandshake.cs (1)
42public string GetKeyWithUserName() => $"{GetKey()} {EnvironmentUtilities.CurrentUserName}";
Coordinator\CoordinatorSettings.cs (1)
28private static string DefaultPipeName => $"{PipeNameBase}-{EnvironmentUtilities.CurrentUserName}";