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