2 instantiations of CSharpGetIndexBinder
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
95return new CSharpGetIndexBinder(context, argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
338CallSiteBinder binder = new CSharpGetIndexBinder(accessibilityContext, argInfos);
3 references to CSharpGetIndexBinder
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (3)
45/// Initializes a new instance of the <see cref="CSharpGetIndexBinder" />. 69var otherBinder = other as CSharpGetIndexBinder;