13 references to LinkedList
System (4)
net\System\Net\_PrefixLookup.cs (1)
35private readonly LinkedList<PrefixValuePair> lruList = new LinkedList<PrefixValuePair>();
net\System\Net\_TimerThread.cs (2)
174private static LinkedList<WeakReference> s_Queues = new LinkedList<WeakReference>(); 175private static LinkedList<WeakReference> s_NewQueues = new LinkedList<WeakReference>();
regex\system\text\regularexpressions\Regex.cs (1)
185internal 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)
50LinkedList<Func<T, object>> _selectors = new LinkedList<Func<T, object>>(); 51LinkedList<Comparison<object>> _comparers = new LinkedList<Comparison<object>>();
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
314this.list = new LinkedList<CacheInfo>();
System.IdentityModel (1)
System\IdentityModel\Tokens\MruSessionSecurityTokenCache.cs (1)
104this.mruList = new LinkedList<SessionSecurityTokenCacheKey>();
System.ServiceModel.Internals (2)
System\Runtime\DuplicateDetector.cs (1)
22this.fifoList = new LinkedList<T>();
System\Runtime\MruCache.cs (1)
39this.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)
1771private LinkedList<RingItem> _list = new LinkedList<RingItem>();
System.Workflow.Runtime (1)
WorkflowDefinitionDispenser.cs (1)
393this.mruList = new LinkedList<Activity>();