1 write to _argumentInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
67
_argumentInfo
= BinderHelper.ToArray(argumentInfo);
6 references to _argumentInfo
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (6)
45
CSharpArgumentInfo ICSharpBinder.GetArgumentInfo(int index) =>
_argumentInfo
[index];
68
Debug.Assert(
_argumentInfo
.Length == 1);
81
hash = BinderHelper.AddArgHashes(hash,
_argumentInfo
);
101
return BinderHelper.CompareArgInfos(
_argumentInfo
, otherBinder.
_argumentInfo
);
113
return BinderHelper.Bind(this, _binder, new[] { target },
_argumentInfo
, errorSuggestion);