5 references to DiagnosticsServerResponseId
Microsoft.Diagnostics.NETCore.Client (5)
DiagnosticsClient\DiagnosticsClient.cs (3)
860
switch ((
DiagnosticsServerResponseId
)responseMessage.Header.CommandId)
862
case
DiagnosticsServerResponseId
.OK:
865
case
DiagnosticsServerResponseId
.Error:
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (2)
1416
if ((
DiagnosticsServerResponseId
)response.Header.CommandId ==
DiagnosticsServerResponseId
.OK)