1 write to _endpointId
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
25
_endpointId
= endpointId;
7 references to _endpointId
Microsoft.Build.Tasks.Core (7)
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (7)
48
CommunicationsUtilities.Trace($"({
_endpointId
}) Starting RAR endpoint.");
59
CommunicationsUtilities.Trace($"({
_endpointId
}) RAR endpoint stopped due to cancellation.");
88
CommunicationsUtilities.Trace($"({
_endpointId
}) Received request.");
96
CommunicationsUtilities.Trace($"({
_endpointId
}) Executing RAR...");
116
CommunicationsUtilities.Trace($"({
_endpointId
}) Completed RAR request.");
123
CommunicationsUtilities.Trace($"({
_endpointId
}) RAR client disconnected.");
133
CommunicationsUtilities.Trace($"({
_endpointId
}) Exception while executing RAR request: {e}");