13 references to LinkedList
System (4)
net\System\Net\_PrefixLookup.cs (1)
35
private readonly LinkedList<PrefixValuePair> lruList = new
LinkedList
<PrefixValuePair>();
net\System\Net\_TimerThread.cs (2)
174
private static LinkedList<WeakReference> s_Queues = new
LinkedList
<WeakReference>();
175
private static LinkedList<WeakReference> s_NewQueues = new
LinkedList
<WeakReference>();
regex\system\text\regularexpressions\Regex.cs (1)
185
internal static LinkedList<CachedCodeEntry> livecode = new
LinkedList
<CachedCodeEntry>();// the cached of code and factories that are currently loaded
System.Data.DataSetExtensions (2)
System\Data\SortExpressionBuilder.cs (2)
50
LinkedList<Func<T, object>> _selectors = new
LinkedList
<Func<T, object>>();
51
LinkedList<Comparison<object>> _comparers = new
LinkedList
<Comparison<object>>();
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
314
this.list = new
LinkedList
<CacheInfo>();
System.IdentityModel (1)
System\IdentityModel\Tokens\MruSessionSecurityTokenCache.cs (1)
104
this.mruList = new
LinkedList
<SessionSecurityTokenCacheKey>();
System.ServiceModel.Internals (2)
System\Runtime\DuplicateDetector.cs (1)
22
this.fifoList = new
LinkedList
<T>();
System\Runtime\MruCache.cs (1)
39
this.mruList = new
LinkedList
<TKey>();
System.Web (1)
Util\SubscriptionQueue.cs (1)
31
_list = new
LinkedList
<T>();
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1771
private LinkedList<RingItem> _list = new
LinkedList
<RingItem>();
System.Workflow.Runtime (1)
WorkflowDefinitionDispenser.cs (1)
393
this.mruList = new
LinkedList
<Activity>();