1 write to _argumentInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
66
_argumentInfo
= argumentInfo as CSharpArgumentInfo[];
9 references to _argumentInfo
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (9)
32
bool ICSharpInvokeOrInvokeMemberBinder.StaticCall =>
_argumentInfo
[0] != null &&
_argumentInfo
[0].IsStaticType;
44
CSharpArgumentInfo ICSharpBinder.GetArgumentInfo(int index) =>
_argumentInfo
[index];
74
hash = BinderHelper.AddArgHashes(hash,
_argumentInfo
);
89
_argumentInfo
.Length != otherBinder.
_argumentInfo
.Length)
94
return BinderHelper.CompareArgInfos(
_argumentInfo
, otherBinder.
_argumentInfo
);
118
return BinderHelper.Bind(this, _binder, BinderHelper.Cons(target, args),
_argumentInfo
, errorSuggestion);