4 references to Entry
Microsoft.CodeAnalysis.Workspaces (4)
src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (4)
60
private readonly
Entry
[] _localTable = new
Entry
[LocalSize];
66
private static readonly SegmentedArray<
Entry
> s_sharedTable = new SegmentedArray<
Entry
>(SharedSize);