terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ TryTakeWithNoTimeValidation()

bool System.Collections.Concurrent.BlockingCollection< T >.TryTakeWithNoTimeValidation ( [Out] T item,
int millisecondsTimeout,
CancellationToken cancellationToken,
CancellationTokenSource combinedTokenSource )
inlineprivate

Definition at line 155 of file BlockingCollection.cs.

156 {
157 long num = 0L;
158 if (combinedTokenSource == null && combinedTokenSource != null)
159 {
160 combinedTokenSource.Dispose();
161 }
162 if (num == 0L)
163 {
164 IProducerConsumerCollection collection = this._collection;
165 if (collection == null)
166 {
167 }
170 while (collection == null)
171 {
172 }
173 bool flag;
174 return flag;
175 }
176 throw new OutOfMemoryException();
177 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Concurrent.BlockingCollection< T >._collection, System.collection, j__TPar, and System.L.