8 references to CompareArgInfos
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
456return CompareArgInfos(argInfos, otherArgInfos);
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
118return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
82return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
98return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
95return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
101return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
102return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
103return BinderHelper.CompareArgInfos(_argumentInfo, otherBinder._argumentInfo);