6 references to TryGetInt32
aspire (1)
Mcp\Tools\SearchDocsTool.cs (1)
78
if (arguments.TryGetValue("topK", out var topKElement) && topKElement.
TryGetInt32
(out var topKValue))
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
923
if (element.
TryGetInt32
(out var i32))
SocialSample (2)
Startup.cs (2)
343
if (payload.RootElement.TryGetProperty("expires_in", out var property) && property.
TryGetInt32
(out var seconds))
373
if (payload.RootElement.TryGetProperty("expires_in", out var property) && property.
TryGetInt32
(out var seconds))
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
671
if (!
TryGetInt32
(out int value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
65
success = Value.
TryGetInt32
(out int result);