1 reference to TryGetFieldIndex
System.Text.Json (1)
System\Text\Json\Serialization\Converters\FSharp\FSharpUnionConverter.cs (1)
333
if (fieldValues is not null && fieldName is not null &&
TryGetFieldIndex
(fieldName, caseInfo, out int fieldIndex))