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