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