8 references to AddArgHashes
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
428return AddArgHashes(hash, argInfos);
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
95hash = BinderHelper.AddArgHashes(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
61hash = BinderHelper.AddArgHashes(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
75hash = BinderHelper.AddArgHashes(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
73hash = BinderHelper.AddArgHashes(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
78hash = BinderHelper.AddArgHashes(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
78hash = BinderHelper.AddArgHashes(hash, _argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
81hash = BinderHelper.AddArgHashes(hash, _argumentInfo);