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