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)
31bool ICSharpInvokeOrInvokeMemberBinder.StaticCall => _argumentInfo[0] != null && _argumentInfo[0].IsStaticType; 43CSharpArgumentInfo ICSharpBinder.GetArgumentInfo(int index) => _argumentInfo[index]; 73hash = BinderHelper.AddArgHashes(hash, _argumentInfo); 88_argumentInfo.Length != otherBinder._argumentInfo.Length) 93return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo); 117return BinderHelper.Bind(this, _binder, BinderHelper.Cons(target, args), _argumentInfo, errorSuggestion);