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