2 references to FallbackSetIndex
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComFallbackMetaObject.cs (1)
33return binder.FallbackSetIndex(UnwrapSelf(), indexes, value);
System.Linq.Expressions (1)
System\Dynamic\DynamicMetaObject.cs (1)
169return binder.FallbackSetIndex(this, indexes, value);