2 instantiations of CSharpSetIndexBinder
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
234return new CSharpSetIndexBinder(isCompoundAssignment, isChecked, context, argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
395CallSiteBinder binder = new CSharpSetIndexBinder(/*isCompoundAssignment */ false, /* isChecked */ false, accessibilityContext, argInfos);
5 references to CSharpSetIndexBinder
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (3)
49/// Initializes a new instance of the <see cref="CSharpSetIndexBinder" />. 87var otherBinder = other as CSharpSetIndexBinder;
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
1260CSharpSetIndexBinder setIndexBinder = payload as CSharpSetIndexBinder;