3 references to CurrentUserName
Microsoft.Build.Framework (3)
BackEnd\ServerNodeHandshake.cs (2)
59
? $"{GetKey()} {EnvironmentUtilities.
CurrentUserName
}"
60
: $"{GetKey()} {EnvironmentUtilities.
CurrentUserName
} {_instanceId}";
Coordinator\CoordinatorSettings.cs (1)
28
private static string DefaultPipeName => $"{PipeNameBase}-{EnvironmentUtilities.
CurrentUserName
}";