2 references to 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);