3 references to ValueQueue
System.Text.Json (3)
System\Text\Json\Document\JsonElement.cs (3)
1373
Dictionary<string,
ValueQueue
<JsonElement>> properties2 = new(capacity: remainingProps, StringComparer.Ordinal);
1378
ref
ValueQueue
<JsonElement> values = ref CollectionsMarshal.GetValueRefOrAddDefault(properties2, prop2.Name, out bool _);
1393
ref
ValueQueue
<JsonElement> values = ref CollectionsMarshal.GetValueRefOrAddDefault(properties2, prop.Name, out bool exists);