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