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)
47CommunicationsUtilities.Trace($"({_endpointId}) Starting RAR endpoint."); 58CommunicationsUtilities.Trace($"({_endpointId}) RAR endpoint stopped due to cancellation."); 87CommunicationsUtilities.Trace($"({_endpointId}) Received request."); 95CommunicationsUtilities.Trace($"({_endpointId}) Executing RAR..."); 107CommunicationsUtilities.Trace($"({_endpointId}) Completed RAR request."); 113CommunicationsUtilities.Trace($"({_endpointId}) RAR client disconnected."); 123CommunicationsUtilities.Trace($"({_endpointId}) Exception while executing RAR request: {e}");