2 references to CSharpGetIndexBinder
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
91return new CSharpGetIndexBinder(context, argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
329CallSiteBinder binder = new CSharpGetIndexBinder(accessibilityContext, argInfos);