1 write to _endpointId
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
24
_endpointId
= endpointId;
7 references to _endpointId
Microsoft.Build.Tasks.Core (7)
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (7)
47
CommunicationsUtilities.Trace($"({
_endpointId
}) Starting RAR endpoint.");
58
CommunicationsUtilities.Trace($"({
_endpointId
}) RAR endpoint stopped due to cancellation.");
87
CommunicationsUtilities.Trace($"({
_endpointId
}) Received request.");
95
CommunicationsUtilities.Trace($"({
_endpointId
}) Executing RAR...");
107
CommunicationsUtilities.Trace($"({
_endpointId
}) Completed RAR request.");
113
CommunicationsUtilities.Trace($"({
_endpointId
}) RAR client disconnected.");
123
CommunicationsUtilities.Trace($"({
_endpointId
}) Exception while executing RAR request: {e}");