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)
37
CommunicationsUtilities.Trace("({0}) Starting RAR endpoint.",
_endpointId
);
48
CommunicationsUtilities.Trace("({0}) RAR endpoint stopped due to cancellation.",
_endpointId
);
61
CommunicationsUtilities.Trace("({0}) Received RAR request.",
_endpointId
);
72
CommunicationsUtilities.Trace("({0}) RAR client disconnected.",
_endpointId
);
86
CommunicationsUtilities.Trace("({0}) Completed RAR request.",
_endpointId
);
90
CommunicationsUtilities.Trace("({0}) Exception while executing RAR request: {1}",
_endpointId
, e);