4 references to TryGetInt32
aspire (1)
Mcp\Tools\SearchDocsTool.cs (1)
74
if (arguments.TryGetValue("topK", out var topKElement) && topKElement.
TryGetInt32
(out var topKValue))
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
945
if (element.
TryGetInt32
(out var i32))
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
672
if (!
TryGetInt32
(out int value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
65
success = Value.
TryGetInt32
(out int result);