4 references to SharedSizeMask
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\Compilers\Core\Portable\InternalUtilities\TextKeyedCache.cs (4)
168idx = (idx + i) & SharedSizeMask; 206curIdx = (curIdx + i) & SharedSizeMask; 212idx = (idx + ((i1 * i1 + i1) / 2)) & SharedSizeMask; 227return (hash ^ (hash >> LocalSizeBits)) & SharedSizeMask;