1 write to _argumentInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
53
_argumentInfo
= argumentInfo as CSharpArgumentInfo[];
7 references to _argumentInfo
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (7)
37
CSharpArgumentInfo ICSharpBinder.GetArgumentInfo(int index) =>
_argumentInfo
[index];
61
hash = BinderHelper.AddArgHashes(hash,
_argumentInfo
);
75
_argumentInfo
.Length != otherBinder.
_argumentInfo
.Length)
80
return BinderHelper.CompareArgInfos(
_argumentInfo
, otherBinder.
_argumentInfo
);
104
return BinderHelper.Bind(this, _binder, BinderHelper.Cons(target, indexes),
_argumentInfo
, errorSuggestion);