1 instantiation of TypeElement
System.Runtime.Serialization (1)
System\Runtime\Serialization\Configuration\TypeElementCollection.cs (1)
71TypeElement retval = new TypeElement();
12 references to TypeElement
System.Runtime.Serialization (12)
System\Runtime\Serialization\Configuration\ParameterElement.cs (1)
104return TypeElement.GetType(rootType, typeArgs, this.Type, this.Index, this.Parameters);
System\Runtime\Serialization\Configuration\TypeElement.cs (2)
43TypeElement parent = (TypeElement)parentElement;
System\Runtime\Serialization\Configuration\TypeElementCollection.cs (9)
12[ConfigurationCollection(typeof(TypeElement), CollectionType = ConfigurationElementCollectionType.BasicMap)] 19public TypeElement this[int index] 23TypeElement retval = (TypeElement)BaseGet(index); 45public void Add(TypeElement element) 71TypeElement retval = new TypeElement(); 86return ((TypeElement)element).Key; 89public int IndexOf(TypeElement element) 98public void Remove(TypeElement element)