1 write to _argumentInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
61_argumentInfo = BinderHelper.ToArray(argumentInfo);
7 references to _argumentInfo
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (7)
35CSharpArgumentInfo ICSharpBinder.GetArgumentInfo(int index) => _argumentInfo[index]; 78hash = BinderHelper.AddArgHashes(hash, _argumentInfo); 95_argumentInfo.Length != otherBinder._argumentInfo.Length) 100return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo); 124return BinderHelper.Bind(this, _binder, new[] { target, value }, _argumentInfo, errorSuggestion);