8 references to CompareArgInfos
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
457return CompareArgInfos(argInfos, otherArgInfos);
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
117return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
81return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
97return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
94return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
100return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
101return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
102return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);