1 write to _argumentInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
83_argumentInfo = BinderHelper.ToArray(argumentInfo);
6 references to _argumentInfo
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (6)
54CSharpArgumentInfo ICSharpBinder.GetArgumentInfo(int index) => _argumentInfo[index]; 84Debug.Assert(_argumentInfo.Length == 2); 97hash = BinderHelper.AddArgHashes(hash, _argumentInfo); 118return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo); 134return BinderHelper.Bind(this, _binder, new[] { target, arg }, _argumentInfo, errorSuggestion);