1 write to _alignedSize
Microsoft.CodeAnalysis (1)
Collections\CachingFactory.cs (1)
237_alignedSize = AlignSize(size);
3 references to _alignedSize
Microsoft.CodeAnalysis (3)
Collections\CachingFactory.cs (3)
227protected TEntry[] Entries => _entries ??= new TEntry[_alignedSize]; 238this.mask = _alignedSize - 1; 239_entries = createBackingArray ? new TEntry[_alignedSize] : null;