8 references to AddArgHashes
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
428return AddArgHashes(hash, argInfos);
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
97hash = BinderHelper.AddArgHashes(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
63hash = BinderHelper.AddArgHashes(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
77hash = BinderHelper.AddArgHashes(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
75hash = BinderHelper.AddArgHashes(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
80hash = BinderHelper.AddArgHashes(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
80hash = BinderHelper.AddArgHashes(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
83hash = BinderHelper.AddArgHashes(hash, _argumentInfo);