1 instantiation of Element
System.Composition.Hosting (1)
System\Composition\Hosting\Util\SmallSparseInitonlyArray.cs (1)
24
var newElement = new
Element
{ Index = index, Value = value };
5 references to Element
System.Composition.Hosting (5)
System\Composition\Hosting\Util\SmallSparseInitonlyArray.cs (5)
17
private
Element
[] _elements;
22
_elements ??= new
Element
[ElementsCapacity];
24
var
newElement = new Element { Index = index, Value = value };
27
var
e = _elements[elementIndex];
69
var
e = _elements[elementIndex];