8 references to AddArgHashes
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
429
return
AddArgHashes
(hash, argInfos);
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
96
hash = BinderHelper.
AddArgHashes
(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
62
hash = BinderHelper.
AddArgHashes
(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
76
hash = BinderHelper.
AddArgHashes
(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
74
hash = BinderHelper.
AddArgHashes
(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
79
hash = BinderHelper.
AddArgHashes
(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
79
hash = BinderHelper.
AddArgHashes
(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
82
hash = BinderHelper.
AddArgHashes
(hash, _argumentInfo);