-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathSystem.Collections.Concurrent.model.yml
More file actions
150 lines (150 loc) · 23.5 KB
/
System.Collections.Concurrent.model.yml
File metadata and controls
150 lines (150 loc) · 23.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: summaryModel
data:
- ["System.Collections.Concurrent", "BlockingCollection<T>", False, "Add", "(T,System.Threading.CancellationToken)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", False, "AddToAny", "(System.Collections.Concurrent.BlockingCollection<T>[],T)", "", "Argument[1]", "Argument[0].Element", "taint", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", False, "AddToAny", "(System.Collections.Concurrent.BlockingCollection<T>[],T,System.Threading.CancellationToken)", "", "Argument[1]", "Argument[0].Element", "taint", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", False, "BlockingCollection", "(System.Collections.Concurrent.IProducerConsumerCollection<T>)", "", "Argument[0].Element", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", False, "BlockingCollection", "(System.Collections.Concurrent.IProducerConsumerCollection<T>,System.Int32)", "", "Argument[0].Element", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", False, "TryAdd", "(T)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", False, "TryAdd", "(T,System.Int32)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", False, "TryAdd", "(T,System.Int32,System.Threading.CancellationToken)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", False, "TryAdd", "(T,System.TimeSpan)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", False, "TryAddToAny", "(System.Collections.Concurrent.BlockingCollection<T>[],T)", "", "Argument[1]", "Argument[0].Element", "taint", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", False, "TryAddToAny", "(System.Collections.Concurrent.BlockingCollection<T>[],T,System.Int32)", "", "Argument[1]", "Argument[0].Element", "taint", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", False, "TryAddToAny", "(System.Collections.Concurrent.BlockingCollection<T>[],T,System.Int32,System.Threading.CancellationToken)", "", "Argument[1]", "Argument[0].Element", "taint", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", False, "TryAddToAny", "(System.Collections.Concurrent.BlockingCollection<T>[],T,System.TimeSpan)", "", "Argument[1]", "Argument[0].Element", "taint", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentBag<T>", False, "ToArray", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentBag<T>", False, "TryAdd", "(T)", "", "Argument[0]", "Argument[this].Element", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentBag<T>", False, "TryPeek", "(T)", "", "Argument[this]", "Argument[0]", "taint", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentBag<T>", False, "TryTake", "(T)", "", "Argument[this]", "Argument[0]", "taint", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "AddOrUpdate", "(TKey,System.Func<TKey,TValue>,System.Func<TKey,TValue,TValue>)", "", "Argument[0]", "Argument[1].Parameter[0]", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "AddOrUpdate", "(TKey,System.Func<TKey,TValue>,System.Func<TKey,TValue,TValue>)", "", "Argument[0]", "Argument[2].Parameter[0]", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "AddOrUpdate", "(TKey,System.Func<TKey,TValue>,System.Func<TKey,TValue,TValue>)", "", "Argument[1].ReturnValue", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "AddOrUpdate", "(TKey,System.Func<TKey,TValue>,System.Func<TKey,TValue,TValue>)", "", "Argument[2].ReturnValue", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "AddOrUpdate", "(TKey,TValue,System.Func<TKey,TValue,TValue>)", "", "Argument[0]", "Argument[2].Parameter[0]", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "AddOrUpdate", "(TKey,TValue,System.Func<TKey,TValue,TValue>)", "", "Argument[1]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "AddOrUpdate", "(TKey,TValue,System.Func<TKey,TValue,TValue>)", "", "Argument[2].ReturnValue", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "AddOrUpdate<TArg>", "(TKey,System.Func<TKey,TArg,TValue>,System.Func<TKey,TValue,TArg,TValue>,TArg)", "", "Argument[0]", "Argument[1].Parameter[0]", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "AddOrUpdate<TArg>", "(TKey,System.Func<TKey,TArg,TValue>,System.Func<TKey,TValue,TArg,TValue>,TArg)", "", "Argument[0]", "Argument[2].Parameter[0]", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "AddOrUpdate<TArg>", "(TKey,System.Func<TKey,TArg,TValue>,System.Func<TKey,TValue,TArg,TValue>,TArg)", "", "Argument[1].ReturnValue", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "AddOrUpdate<TArg>", "(TKey,System.Func<TKey,TArg,TValue>,System.Func<TKey,TValue,TArg,TValue>,TArg)", "", "Argument[2].ReturnValue", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "AddOrUpdate<TArg>", "(TKey,System.Func<TKey,TArg,TValue>,System.Func<TKey,TValue,TArg,TValue>,TArg)", "", "Argument[3]", "Argument[1].Parameter[1]", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "AddOrUpdate<TArg>", "(TKey,System.Func<TKey,TArg,TValue>,System.Func<TKey,TValue,TArg,TValue>,TArg)", "", "Argument[3]", "Argument[2].Parameter[2]", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "GetOrAdd", "(TKey,System.Func<TKey,TValue>)", "", "Argument[0]", "Argument[1].Parameter[0]", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "GetOrAdd", "(TKey,System.Func<TKey,TValue>)", "", "Argument[1].ReturnValue", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "GetOrAdd", "(TKey,TValue)", "", "Argument[1]", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "GetOrAdd<TArg>", "(TKey,System.Func<TKey,TArg,TValue>,TArg)", "", "Argument[0]", "Argument[1].Parameter[0]", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "GetOrAdd<TArg>", "(TKey,System.Func<TKey,TArg,TValue>,TArg)", "", "Argument[1].ReturnValue", "ReturnValue", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "GetOrAdd<TArg>", "(TKey,System.Func<TKey,TArg,TValue>,TArg)", "", "Argument[2]", "Argument[1].Parameter[1]", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", False, "get_Comparer", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentStack<T>", False, "ConcurrentStack", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[0].Element", "Argument[this].SyntheticField[System.Collections.Concurrent.ConcurrentStack`1._head].SyntheticField[System.Collections.Concurrent.ConcurrentStack`1+Node._value]", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentStack<T>", False, "TryPeek", "(T)", "", "Argument[this].SyntheticField[System.Collections.Concurrent.ConcurrentStack`1._head].SyntheticField[System.Collections.Concurrent.ConcurrentStack`1+Node._value]", "Argument[0]", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentStack<T>", False, "TryPop", "(T)", "", "Argument[this].SyntheticField[System.Collections.Concurrent.ConcurrentStack`1._head].SyntheticField[System.Collections.Concurrent.ConcurrentStack`1+Node._value]", "Argument[0]", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentStack<T>", False, "TryPopRange", "(T[])", "", "Argument[this].SyntheticField[System.Collections.Concurrent.ConcurrentStack`1._head].SyntheticField[System.Collections.Concurrent.ConcurrentStack`1+Node._value]", "Argument[0].Element", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentStack<T>", False, "TryPopRange", "(T[],System.Int32,System.Int32)", "", "Argument[this].SyntheticField[System.Collections.Concurrent.ConcurrentStack`1._head].SyntheticField[System.Collections.Concurrent.ConcurrentStack`1+Node._value]", "Argument[0].Element", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "ConcurrentStack<T>", False, "TryTake", "(T)", "", "Argument[this].SyntheticField[System.Collections.Concurrent.ConcurrentStack`1._head].SyntheticField[System.Collections.Concurrent.ConcurrentStack`1+Node._value]", "Argument[0]", "value", "dfc-generated"]
- ["System.Collections.Concurrent", "OrderablePartitioner<TSource>", True, "GetDynamicPartitions", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Concurrent", "Partitioner", False, "Create<TSource>", "(System.Collections.Generic.IEnumerable<TSource>)", "", "Argument[0].Element", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Concurrent", "Partitioner", False, "Create<TSource>", "(System.Collections.Generic.IEnumerable<TSource>,System.Collections.Concurrent.EnumerablePartitionerOptions)", "", "Argument[0].Element", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Concurrent", "Partitioner", False, "Create<TSource>", "(System.Collections.Generic.IList<TSource>,System.Boolean)", "", "Argument[0].Element", "ReturnValue", "taint", "df-generated"]
- ["System.Collections.Concurrent", "Partitioner", False, "Create<TSource>", "(TSource[],System.Boolean)", "", "Argument[0].Element", "ReturnValue", "taint", "df-generated"]
- addsTo:
pack: codeql/csharp-all
extensible: neutralModel
data:
- ["System.Collections.Concurrent", "BlockingCollection<T>", "BlockingCollection", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "CompleteAdding", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "Dispose", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "Dispose", "(System.Boolean)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "GetConsumingEnumerable", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "GetConsumingEnumerable", "(System.Threading.CancellationToken)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "Take", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "Take", "(System.Threading.CancellationToken)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "TakeFromAny", "(System.Collections.Concurrent.BlockingCollection<T>[],T)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "TakeFromAny", "(System.Collections.Concurrent.BlockingCollection<T>[],T,System.Threading.CancellationToken)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "ToArray", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "TryTake", "(T)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "TryTake", "(T,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "TryTake", "(T,System.Int32,System.Threading.CancellationToken)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "TryTake", "(T,System.TimeSpan)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "TryTakeFromAny", "(System.Collections.Concurrent.BlockingCollection<T>[],T)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "TryTakeFromAny", "(System.Collections.Concurrent.BlockingCollection<T>[],T,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "TryTakeFromAny", "(System.Collections.Concurrent.BlockingCollection<T>[],T,System.Int32,System.Threading.CancellationToken)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "TryTakeFromAny", "(System.Collections.Concurrent.BlockingCollection<T>[],T,System.TimeSpan)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "get_BoundedCapacity", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "get_IsAddingCompleted", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "get_IsCompleted", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "BlockingCollection<T>", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentBag<T>", "ConcurrentBag", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentBag<T>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentBag<T>", "get_IsEmpty", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentBag<T>", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "ContainsKey", "(TAlternateKey)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "TryAdd", "(TAlternateKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "TryGetValue", "(TAlternateKey,TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "TryGetValue", "(TAlternateKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "TryRemove", "(TAlternateKey,TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "TryRemove", "(TAlternateKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "get_Dictionary", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "get_Item", "(TAlternateKey)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>+AlternateLookup<TAlternateKey>", "set_Item", "(TAlternateKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "ConcurrentDictionary", "(System.Collections.Generic.IEqualityComparer<TKey>)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "ConcurrentDictionary", "(System.Int32,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "ConcurrentDictionary", "(System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer<TKey>)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "Contains", "(System.Collections.Generic.KeyValuePair<TKey,TValue>)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "ContainsKey", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "GetAlternateLookup<TAlternateKey>", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "Remove", "(System.Collections.Generic.KeyValuePair<TKey,TValue>)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "Remove", "(TKey)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "ToArray", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "TryAdd", "(TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "TryGetAlternateLookup<TAlternateKey>", "(System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue>+AlternateLookup<TAlternateKey>)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "TryGetValue", "(TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "TryRemove", "(System.Collections.Generic.KeyValuePair<TKey,TValue>)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "TryRemove", "(TKey,TValue)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "TryUpdate", "(TKey,TValue,TValue)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "get_IsEmpty", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "get_IsFixedSize", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "get_IsReadOnly", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentDictionary<TKey,TValue>", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentQueue<T>", "ConcurrentQueue", "(System.Collections.Generic.IEnumerable<T>)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentQueue<T>", "Enqueue", "(T)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentQueue<T>", "ToArray", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentQueue<T>", "TryAdd", "(T)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentQueue<T>", "TryDequeue", "(T)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentQueue<T>", "TryPeek", "(T)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentQueue<T>", "TryTake", "(T)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentQueue<T>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentQueue<T>", "get_IsEmpty", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentQueue<T>", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentStack<T>", "Push", "(T)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentStack<T>", "PushRange", "(T[])", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentStack<T>", "PushRange", "(T[],System.Int32,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentStack<T>", "ToArray", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentStack<T>", "TryAdd", "(T)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentStack<T>", "get_Count", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentStack<T>", "get_IsEmpty", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "ConcurrentStack<T>", "get_IsSynchronized", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "IProducerConsumerCollection<T>", "ToArray", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "IProducerConsumerCollection<T>", "TryAdd", "(T)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "IProducerConsumerCollection<T>", "TryTake", "(T)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "OrderablePartitioner<TSource>", "GetOrderableDynamicPartitions", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "OrderablePartitioner<TSource>", "GetOrderablePartitions", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "OrderablePartitioner<TSource>", "GetPartitions", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "OrderablePartitioner<TSource>", "OrderablePartitioner", "(System.Boolean,System.Boolean,System.Boolean)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "OrderablePartitioner<TSource>", "get_KeysNormalized", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "OrderablePartitioner<TSource>", "get_KeysOrderedAcrossPartitions", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "OrderablePartitioner<TSource>", "get_KeysOrderedInEachPartition", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "Partitioner", "Create", "(System.Int32,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "Partitioner", "Create", "(System.Int32,System.Int32,System.Int32)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "Partitioner", "Create", "(System.Int64,System.Int64)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "Partitioner", "Create", "(System.Int64,System.Int64,System.Int64)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "Partitioner<TSource>", "GetDynamicPartitions", "()", "summary", "df-generated"]
- ["System.Collections.Concurrent", "Partitioner<TSource>", "GetPartitions", "(System.Int32)", "summary", "df-generated"]
- ["System.Collections.Concurrent", "Partitioner<TSource>", "get_SupportsDynamicPartitions", "()", "summary", "df-generated"]