1 instantiation of RequestWrapper
Microsoft.DotNet.Helix.Client (1)
generated-code\HelixApi.cs (1)
332
Request = new
RequestWrapper
(request);
2 references to RequestWrapper
Microsoft.DotNet.Helix.Client (2)
generated-code\HelixApi.cs (2)
325
public
RequestWrapper
Request { get; }
344
Request = JsonConvert.DeserializeObject<
RequestWrapper
>(requestString, SerializerSettings);