70 instantiations of DebuggerTypeProxy
mscorlib (27)
system\collections\arraylist.cs (1)
39[DebuggerTypeProxy(typeof(System.Collections.ArrayList.ArrayListDebugView))]
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
57[DebuggerTypeProxy(typeof(Mscorlib_DictionaryDebugView<,>))]
system\Collections\Concurrent\ConcurrentQueue.cs (1)
43[DebuggerTypeProxy(typeof(SystemCollectionsConcurrent_ProducerConsumerCollectionDebugView<>))]
system\Collections\Concurrent\ConcurrentStack.cs (1)
50[DebuggerTypeProxy(typeof(SystemCollectionsConcurrent_ProducerConsumerCollectionDebugView<>))]
system\collections\generic\dictionary.cs (3)
55[DebuggerTypeProxy(typeof(Mscorlib_DictionaryDebugView<,>))] 798[DebuggerTypeProxy(typeof(Mscorlib_DictionaryKeyCollectionDebugView<,>))] 985[DebuggerTypeProxy(typeof(Mscorlib_DictionaryValueCollectionDebugView<,>))]
system\collections\generic\list.cs (1)
33[DebuggerTypeProxy(typeof(Mscorlib_CollectionDebugView<>))]
system\collections\hashtable.cs (1)
70[DebuggerTypeProxy(typeof(System.Collections.Hashtable.HashtableDebugView))]
system\collections\objectmodel\collection.cs (1)
19[DebuggerTypeProxy(typeof(Mscorlib_CollectionDebugView<>))]
system\collections\objectmodel\keyedcollection.cs (1)
18[DebuggerTypeProxy(typeof(Mscorlib_KeyedCollectionDebugView<,>))]
system\collections\objectmodel\readonlycollection.cs (1)
19[DebuggerTypeProxy(typeof(Mscorlib_CollectionDebugView<>))]
system\collections\objectmodel\readonlydictionary.cs (3)
25[DebuggerTypeProxy(typeof(Mscorlib_DictionaryDebugView<,>))] 353[DebuggerTypeProxy(typeof(Mscorlib_CollectionDebugView<>))] 452[DebuggerTypeProxy(typeof(Mscorlib_CollectionDebugView<>))]
system\collections\queue.cs (1)
25[DebuggerTypeProxy(typeof(System.Collections.Queue.QueueDebugView))]
system\collections\sortedlist.cs (1)
63[DebuggerTypeProxy(typeof(System.Collections.SortedList.SortedListDebugView))]
system\collections\stack.cs (1)
25[DebuggerTypeProxy(typeof(System.Collections.Stack.StackDebugView))]
system\Lazy.cs (1)
57[DebuggerTypeProxy(typeof(System_LazyDebugView<>))]
system\threading\SpinLock.cs (1)
62[DebuggerTypeProxy(typeof(SystemThreading_SpinLockDebugView))]
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (2)
36[DebuggerTypeProxy(typeof(ConcurrentExclusiveSchedulerPair.DebugView))] 489[DebuggerTypeProxy(typeof(ConcurrentExclusiveTaskScheduler.DebugView))]
system\threading\Tasks\Future.cs (1)
72[DebuggerTypeProxy(typeof(SystemThreadingTasks_FutureDebugView<>))]
system\threading\Tasks\ProducerConsumerQueues.cs (1)
98[DebuggerTypeProxy(typeof(SingleProducerSingleConsumerQueue<>.SingleProducerSingleConsumerQueue_DebugView))]
system\threading\Tasks\Task.cs (1)
144[DebuggerTypeProxy(typeof(SystemThreadingTasks_TaskDebugView))]
system\threading\Tasks\TaskScheduler.cs (1)
46[DebuggerTypeProxy(typeof(SystemThreadingTasks_TaskSchedulerDebugView))]
system\threading\ThreadLocal.cs (1)
39[DebuggerTypeProxy(typeof(SystemThreading_ThreadLocalDebugView<>))]
System (12)
compmod\system\collections\generic\linkedlist.cs (1)
12[DebuggerTypeProxy(typeof(System_CollectionDebugView<>))]
compmod\system\collections\generic\queue.cs (1)
23[DebuggerTypeProxy(typeof(System_QueueDebugView<>))]
compmod\system\collections\generic\sorteddictionary.cs (3)
10[DebuggerTypeProxy(typeof(System_DictionaryDebugView<,>))] 443[DebuggerTypeProxy(typeof(System_DictionaryKeyCollectionDebugView<,>))] 598[DebuggerTypeProxy(typeof(System_DictionaryValueCollectionDebugView<,>))]
compmod\system\collections\generic\sortedlist.cs (3)
60[DebuggerTypeProxy(typeof(System_DictionaryDebugView<,>))] 914[DebuggerTypeProxy(typeof(System_DictionaryKeyCollectionDebugView<,>))] 1014[DebuggerTypeProxy(typeof(System_DictionaryValueCollectionDebugView<,>))]
compmod\system\collections\generic\sortedset.cs (1)
53[DebuggerTypeProxy(typeof(System.Collections.Generic.SortedSetDebugView<>))]
compmod\system\collections\generic\stack.cs (1)
24[DebuggerTypeProxy(typeof(System_StackDebugView<>))]
sys\system\collections\concurrent\BlockingCollection.cs (1)
54[DebuggerTypeProxy(typeof(SystemThreadingCollections_BlockingCollectionDebugView<>))]
sys\system\collections\concurrent\ConcurrentBag.cs (1)
53[DebuggerTypeProxy(typeof(SystemThreadingCollection_IProducerConsumerCollectionDebugView<>))]
System.Core (31)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
34[DebuggerTypeProxy(typeof(BindingRestrictionsProxy)), DebuggerDisplay("{DebugView}")]
Microsoft\Scripting\Actions\ExpandoObject.cs (2)
313[DebuggerTypeProxy(typeof(KeyCollectionDebugView))] 429[DebuggerTypeProxy(typeof(ValueCollectionDebugView))]
Microsoft\Scripting\Ast\BinaryExpression.cs (1)
37[DebuggerTypeProxy(typeof(Expression.BinaryExpressionProxy))]
Microsoft\Scripting\Ast\BlockExpression.cs (1)
36[DebuggerTypeProxy(typeof(Expression.BlockExpressionProxy))]
Microsoft\Scripting\Ast\CatchBlock.cs (1)
35[DebuggerTypeProxy(typeof(Expression.CatchBlockProxy))]
Microsoft\Scripting\Ast\ConditionalExpression.cs (1)
34[DebuggerTypeProxy(typeof(Expression.ConditionalExpressionProxy))]
Microsoft\Scripting\Ast\ConstantExpression.cs (1)
34[DebuggerTypeProxy(typeof(Expression.ConstantExpressionProxy))]
Microsoft\Scripting\Ast\DebugInfoExpression.cs (1)
36[DebuggerTypeProxy(typeof(Expression.DebugInfoExpressionProxy))]
Microsoft\Scripting\Ast\DefaultExpression.cs (1)
28[DebuggerTypeProxy(typeof(Expression.DefaultExpressionProxy))]
Microsoft\Scripting\Ast\DynamicExpression.cs (1)
39[DebuggerTypeProxy(typeof(Expression.DynamicExpressionProxy))]
Microsoft\Scripting\Ast\GotoExpression.cs (1)
55[DebuggerTypeProxy(typeof(Expression.GotoExpressionProxy))]
Microsoft\Scripting\Ast\IndexExpression.cs (1)
38[DebuggerTypeProxy(typeof(Expression.IndexExpressionProxy))]
Microsoft\Scripting\Ast\InvocationExpression.cs (1)
36[DebuggerTypeProxy(typeof(Expression.InvocationExpressionProxy))]
Microsoft\Scripting\Ast\LabelExpression.cs (1)
31[DebuggerTypeProxy(typeof(Expression.LabelExpressionProxy))]
Microsoft\Scripting\Ast\LambdaExpression.cs (1)
45[DebuggerTypeProxy(typeof(Expression.LambdaExpressionProxy))]
Microsoft\Scripting\Ast\ListInitExpression.cs (1)
41[DebuggerTypeProxy(typeof(Expression.ListInitExpressionProxy))]
Microsoft\Scripting\Ast\LoopExpression.cs (1)
33[DebuggerTypeProxy(typeof(Expression.LoopExpressionProxy))]
Microsoft\Scripting\Ast\MemberExpression.cs (1)
35[DebuggerTypeProxy(typeof(Expression.MemberExpressionProxy))]
Microsoft\Scripting\Ast\MemberInitExpression.cs (1)
32[DebuggerTypeProxy(typeof(Expression.MemberInitExpressionProxy))]
Microsoft\Scripting\Ast\MethodCallExpression.cs (1)
37[DebuggerTypeProxy(typeof(Expression.MethodCallExpressionProxy))]
Microsoft\Scripting\Ast\NewArrayExpression.cs (1)
37[DebuggerTypeProxy(typeof(Expression.NewArrayExpressionProxy))]
Microsoft\Scripting\Ast\NewExpression.cs (1)
38[DebuggerTypeProxy(typeof(Expression.NewExpressionProxy))]
Microsoft\Scripting\Ast\ParameterExpression.cs (1)
34[DebuggerTypeProxy(typeof(Expression.ParameterExpressionProxy))]
Microsoft\Scripting\Ast\RuntimeVariablesExpression.cs (1)
34[DebuggerTypeProxy(typeof(Expression.RuntimeVariablesExpressionProxy))]
Microsoft\Scripting\Ast\SwitchCase.cs (1)
31[DebuggerTypeProxy(typeof(Expression.SwitchCaseProxy))]
Microsoft\Scripting\Ast\SwitchExpression.cs (1)
36[DebuggerTypeProxy(typeof(Expression.SwitchExpressionProxy))]
Microsoft\Scripting\Ast\TryExpression.cs (1)
42[DebuggerTypeProxy(typeof(Expression.TryExpressionProxy))]
Microsoft\Scripting\Ast\TypeBinaryExpression.cs (1)
33[DebuggerTypeProxy(typeof(Expression.TypeBinaryExpressionProxy))]
Microsoft\Scripting\Ast\UnaryExpression.cs (1)
36[DebuggerTypeProxy(typeof(Expression.UnaryExpressionProxy))]
System\Collections\Generic\HashSet.cs (1)
55[DebuggerTypeProxy(typeof(System.Collections.Generic.HashSetDebugView<>))]