1 instantiation of ResponseWrapper
Microsoft.DotNet.Helix.Client (1)
generated-code\HelixApi.cs (1)
333
Response = new
ResponseWrapper
(response, responseContent);
2 references to ResponseWrapper
Microsoft.DotNet.Helix.Client (2)
generated-code\HelixApi.cs (2)
327
public
ResponseWrapper
Response { get; }
343
Response = JsonConvert.DeserializeObject<
ResponseWrapper
>(responseString, SerializerSettings);