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)
46CommunicationsUtilities.Trace("({0}) Starting RAR endpoint.", _endpointId); 57CommunicationsUtilities.Trace("({0}) RAR endpoint stopped due to cancellation.", _endpointId); 80CommunicationsUtilities.Trace("({0}) Received request.", _endpointId); 88CommunicationsUtilities.Trace("({0}) Executing RAR...", _endpointId); 98CommunicationsUtilities.Trace("({0}) Completed RAR request.", _endpointId); 104CommunicationsUtilities.Trace("({0}) RAR client disconnected.", _endpointId); 114CommunicationsUtilities.Trace("({0}) Exception while executing RAR request: {1}", _endpointId, e);