1 write to _argumentInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
81_argumentInfo = BinderHelper.ToArray(argumentInfo);
6 references to _argumentInfo
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (6)
53CSharpArgumentInfo ICSharpBinder.GetArgumentInfo(int index) => _argumentInfo[index]; 82Debug.Assert(_argumentInfo.Length == 2); 95hash = BinderHelper.AddArgHashes(hash, _argumentInfo); 116return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo); 130return BinderHelper.Bind(this, _binder, new[] { target, arg }, _argumentInfo, errorSuggestion);