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