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)
45CSharpArgumentInfo ICSharpBinder.GetArgumentInfo(int index) => _argumentInfo[index]; 68Debug.Assert(_argumentInfo.Length == 1); 81hash = BinderHelper.AddArgHashes(hash, _argumentInfo); 101return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo); 113return BinderHelper.Bind(this, _binder, new[] { target }, _argumentInfo, errorSuggestion);