Implemented interface member:
property
TypeArguments
Microsoft.CSharp.RuntimeBinder.ICSharpInvokeOrInvokeMemberBinder.TypeArguments
5 references to TypeArguments
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (5)
61
hash = BinderHelper.AddArgHashes(hash,
TypeArguments
, _argumentInfo);
77
TypeArguments
.Length != otherBinder.
TypeArguments
.Length ||
83
return BinderHelper.CompareArgInfos(
TypeArguments
, otherBinder.
TypeArguments
, _argumentInfo, otherBinder._argumentInfo);