2 references to GetString
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.cs (1)
385return GetString(index - DbRow.Size, JsonTokenType.PropertyName)!;
System\Text\Json\Document\JsonElement.cs (1)
386return _parent.GetString(_idx, JsonTokenType.String);