Implemented interface member:
property
TypeArguments
Microsoft.CSharp.RuntimeBinder.ICSharpInvokeOrInvokeMemberBinder.TypeArguments
1 write to TypeArguments
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
73
TypeArguments
= BinderHelper.ToArray(typeArguments);
6 references to TypeArguments
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (5)
84
hash = BinderHelper.AddArgHashes(hash,
TypeArguments
, _argumentInfo);
100
TypeArguments
.Length != otherBinder.
TypeArguments
.Length ||
106
return BinderHelper.CompareArgInfos(
TypeArguments
, otherBinder.
TypeArguments
, _argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
152
int arity = callPayload.
TypeArguments
?.Length ?? 0;