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