4 references to MetadataDbIndex
System.Text.Json (4)
System\Text\Json\Document\JsonDocument.cs (3)
1074
traversalPath.Push(document.RootElement.
MetadataDbIndex
);
1090
traversalPath.Push(enumerator.Current.Value.
MetadataDbIndex
);
1117
traversalPath.Push(enumerator.Current.
MetadataDbIndex
);
System\Text\Json\Document\JsonDocument.PropertyNameSet.cs (1)
72
DbRow dbRow = document._parsedData.Get(property.Value.
MetadataDbIndex
- DbRow.Size);