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