8 references to CompareArgInfos
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
456return CompareArgInfos(argInfos, otherArgInfos);
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
116return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
80return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
96return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
93return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
99return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
100return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
101return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);