1 write to _argumentInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
69_argumentInfo = BinderHelper.ToArray(argumentInfo);
6 references to _argumentInfo
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (6)
46CSharpArgumentInfo ICSharpBinder.GetArgumentInfo(int index) => _argumentInfo[index]; 70Debug.Assert(_argumentInfo.Length == 1); 83hash = BinderHelper.AddArgHashes(hash, _argumentInfo); 103return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo); 117return BinderHelper.Bind(this, _binder, new[] { target }, _argumentInfo, errorSuggestion);