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