2 instantiations of CSharpGetIndexBinder
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
91
return new
CSharpGetIndexBinder
(context, argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
329
CallSiteBinder 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
" />.
68
var
otherBinder = other as
CSharpGetIndexBinder
;