1 write to _argumentInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
64
_argumentInfo
= BinderHelper.ToArray(argumentInfo);
7 references to _argumentInfo
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (7)
38
CSharpArgumentInfo ICSharpBinder.GetArgumentInfo(int index) =>
_argumentInfo
[index];
77
hash = BinderHelper.AddArgHashes(hash,
_argumentInfo
);
93
_argumentInfo
.Length != otherBinder.
_argumentInfo
.Length)
98
return BinderHelper.CompareArgInfos(
_argumentInfo
, otherBinder.
_argumentInfo
);
122
return BinderHelper.Bind(this, _binder, new[] { target },
_argumentInfo
, errorSuggestion);