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)
48CommunicationsUtilities.Trace($"({_endpointId}) Starting RAR endpoint."); 59CommunicationsUtilities.Trace($"({_endpointId}) RAR endpoint stopped due to cancellation."); 88CommunicationsUtilities.Trace($"({_endpointId}) Received request."); 96CommunicationsUtilities.Trace($"({_endpointId}) Executing RAR..."); 116CommunicationsUtilities.Trace($"({_endpointId}) Completed RAR request."); 123CommunicationsUtilities.Trace($"({_endpointId}) RAR client disconnected."); 133CommunicationsUtilities.Trace($"({_endpointId}) Exception while executing RAR request: {e}");