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)
54
CSharpArgumentInfo ICSharpBinder.GetArgumentInfo(int index) =>
_argumentInfo
[index];
84
Debug.Assert(
_argumentInfo
.Length == 2);
97
hash = BinderHelper.AddArgHashes(hash,
_argumentInfo
);
118
return BinderHelper.CompareArgInfos(
_argumentInfo
, otherBinder.
_argumentInfo
);
134
return BinderHelper.Bind(this, _binder, new[] { target, arg },
_argumentInfo
, errorSuggestion);