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