3 references to Element
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
src\roslyn\src\Dependencies\PooledObjects\ObjectPool`1.cs (3)
52
private readonly
Element
[] _items;
97
_items = new
Element
[size - 1];
114
_items = new
Element
[size - 1];