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