21 references to Serialize
Microsoft.DotNet.Helix.Client (21)
generated-code\Aggregate.cs (1)
1260
_req.Content = RequestContent.Create(Encoding.UTF8.GetBytes(Client.
Serialize
(body)));
generated-code\Analysis.cs (1)
114
_req.Content = RequestContent.Create(Encoding.UTF8.GetBytes(Client.
Serialize
(body)));
generated-code\Information.cs (2)
73
_url.AppendQuery("includeQueueDepth", Client.
Serialize
(includeQueueDepth));
147
_url.AppendQuery("includeQueueDepth", Client.
Serialize
(includeQueueDepth));
generated-code\Job.cs (2)
123
_req.Content = RequestContent.Create(Encoding.UTF8.GetBytes(Client.
Serialize
(body)));
216
_url.AppendQuery("count", Client.
Serialize
(count));
generated-code\LogSearch.cs (6)
87
_url.AppendQuery("startDate", Client.
Serialize
(startDate));
91
_url.AppendQuery("endDate", Client.
Serialize
(endDate));
95
_url.AppendQuery("responseType", Client.
Serialize
(responseType));
177
_url.AppendQuery("startDate", Client.
Serialize
(startDate));
181
_url.AppendQuery("endDate", Client.
Serialize
(endDate));
185
_url.AppendQuery("responseType", Client.
Serialize
(responseType));
generated-code\Machine.cs (1)
90
_req.Content = RequestContent.Create(Encoding.UTF8.GetBytes(Client.
Serialize
(body)));
generated-code\ScaleSets.cs (2)
64
_url.AppendQuery("date", Client.
Serialize
(date));
142
_url.AppendQuery("date", Client.
Serialize
(date));
generated-code\Storage.cs (3)
67
_url.AppendQuery("getSasTokens", Client.
Serialize
(getSasTokens));
159
_req.Content = RequestContent.Create(Encoding.UTF8.GetBytes(Client.
Serialize
(body)));
245
_req.Content = RequestContent.Create(Encoding.UTF8.GetBytes(Client.
Serialize
(body)));
generated-code\Telemetry.cs (1)
132
_req.Content = RequestContent.Create(Encoding.UTF8.GetBytes(Client.
Serialize
(body)));
generated-code\WorkItem.cs (2)
102
_url.AppendQuery("latestOnly", Client.
Serialize
(latestOnly));
183
_url.AppendQuery("latestOnly", Client.
Serialize
(latestOnly));