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