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