1 write to _argumentInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
62
_argumentInfo
= argumentInfo as CSharpArgumentInfo[];
7 references to _argumentInfo
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (7)
37
CSharpArgumentInfo ICSharpBinder.GetArgumentInfo(int index) =>
_argumentInfo
[index];
78
hash = BinderHelper.AddArgHashes(hash,
_argumentInfo
);
94
_argumentInfo
.Length != otherBinder.
_argumentInfo
.Length)
99
return BinderHelper.CompareArgInfos(
_argumentInfo
, otherBinder.
_argumentInfo
);
125
return BinderHelper.Bind(this, _binder, BinderHelper.Cons(target, indexes, value),
_argumentInfo
, errorSuggestion);