1 write to _argumentInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
53
_argumentInfo
= BinderHelper.ToArray(argumentInfo);
7 references to _argumentInfo
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (7)
31
CSharpArgumentInfo ICSharpBinder.GetArgumentInfo(int index) =>
_argumentInfo
[index];
63
hash = BinderHelper.AddArgHashes(hash, TypeArguments,
_argumentInfo
);
80
_argumentInfo
.Length != otherBinder.
_argumentInfo
.Length)
85
return BinderHelper.CompareArgInfos(TypeArguments, otherBinder.TypeArguments,
_argumentInfo
, otherBinder.
_argumentInfo
);
94
return BinderHelper.Bind(this, _binder, BinderHelper.Cons(target, args),
_argumentInfo
, null);