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