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