2 instantiations of 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);
3 references to CSharpGetIndexBinder
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (3)
44/// Initializes a new instance of the <see cref="CSharpGetIndexBinder" />. 68var otherBinder = other as CSharpGetIndexBinder;