1 write to _endpointId
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
28_endpointId = endpointId;
6 references to _endpointId
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (6)
37CommunicationsUtilities.Trace("({0}) Starting RAR endpoint.", _endpointId); 48CommunicationsUtilities.Trace("({0}) RAR endpoint stopped due to cancellation.", _endpointId); 61CommunicationsUtilities.Trace("({0}) Received RAR request.", _endpointId); 72CommunicationsUtilities.Trace("({0}) RAR client disconnected.", _endpointId); 86CommunicationsUtilities.Trace("({0}) Completed RAR request.", _endpointId); 90CommunicationsUtilities.Trace("({0}) Exception while executing RAR request: {1}", _endpointId, e);