1 write to _argumentInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
65
_argumentInfo
= argumentInfo as CSharpArgumentInfo[];
9 references to _argumentInfo
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (9)
31
bool ICSharpInvokeOrInvokeMemberBinder.StaticCall =>
_argumentInfo
[0] != null &&
_argumentInfo
[0].IsStaticType;
43
CSharpArgumentInfo ICSharpBinder.GetArgumentInfo(int index) =>
_argumentInfo
[index];
73
hash = BinderHelper.AddArgHashes(hash,
_argumentInfo
);
88
_argumentInfo
.Length != otherBinder.
_argumentInfo
.Length)
93
return BinderHelper.CompareArgInfos(
_argumentInfo
, otherBinder.
_argumentInfo
);
117
return BinderHelper.Bind(this, _binder, BinderHelper.Cons(target, args),
_argumentInfo
, errorSuggestion);