1 instantiation of DynamicProperty
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
98
pairArray[i] = new
DynamicProperty
(results[i].Key, results[i].Value);
3 references to DynamicProperty
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (3)
82
internal
DynamicProperty
[] Items
95
DynamicProperty
[] pairArray = new
DynamicProperty
[results.Count];