23 instantiations of NameTable
System.Xml (23)
System\Xml\Serialization\Mappings.cs (2)
433elements = new NameTable(); 440attributes = new NameTable();
System\Xml\Serialization\SchemaImporter.cs (2)
121groupsInUse = new NameTable(); 129typesInUse = new NameTable();
System\Xml\Serialization\SoapReflectionImporter.cs (2)
25NameTable types = new NameTable(); // xmltypename + xmlns -> Mapping 26NameTable nullables = new NameTable(); // xmltypename + xmlns -> NullableMapping
System\Xml\Serialization\Types.cs (1)
425static NameTable primitiveNames = new NameTable();
System\Xml\Serialization\XmlReflectionImporter.cs (14)
29NameTable types = new NameTable(); // xmltypename + xmlns -> Mapping 30NameTable nullables = new NameTable(); // xmltypename + xmlns -> NullableMapping 31NameTable elements = new NameTable(); // xmlelementname + xmlns -> ElementAccessor 467serializables = new NameTable(); 1092NameTable elements = new NameTable(); 1093NameTable attributes = new NameTable(); 1297NameTable arrayItemElements = new NameTable(); // xmlelementname + xmlns -> ElementAccessor 1330NameTable elements = new NameTable(); 1396xsdAttributes = new NameTable(); 1455NameTable anys = new NameTable(); 1557xsdAttributes = new NameTable(); 1666NameTable anys = new NameTable(); 1826NameTable arrayTypes = new NameTable(); 1843NameTable ids = new NameTable();
System\Xml\Serialization\XmlSchemaImporter.cs (2)
520MemberMapping[] members = ImportTypeMembers(type, typeNs, identifier, memberScope, new CodeIdentifiers(), new NameTable(), ref needExplicitOrder, false, false); 759NameTable choiceElements = new NameTable();
31 references to NameTable
System.Xml (31)
System\Xml\Serialization\Mappings.cs (4)
399NameTable elements; 400NameTable attributes; 430internal NameTable LocalElements { 437internal NameTable LocalAttributes {
System\Xml\Serialization\SchemaImporter.cs (6)
40NameTable typesInUse; 41NameTable groupsInUse; 118internal NameTable GroupsInUse { 126internal NameTable TypesInUse { 191internal void AddReference(XmlQualifiedName name, NameTable references, string error) { 200internal void RemoveReference(XmlQualifiedName name, NameTable references) {
System\Xml\Serialization\SoapReflectionImporter.cs (2)
25NameTable types = new NameTable(); // xmltypename + xmlns -> Mapping 26NameTable nullables = new NameTable(); // xmltypename + xmlns -> NullableMapping
System\Xml\Serialization\Types.cs (1)
425static NameTable primitiveNames = new NameTable();
System\Xml\Serialization\XmlReflectionImporter.cs (15)
29NameTable types = new NameTable(); // xmltypename + xmlns -> Mapping 30NameTable nullables = new NameTable(); // xmltypename + xmlns -> NullableMapping 31NameTable elements = new NameTable(); // xmlelementname + xmlns -> ElementAccessor 32NameTable xsdAttributes; // xmlattributetname + xmlns -> AttributeAccessor 35NameTable serializables; // type name --> new SerializableMapping 277Accessor ReconcileAccessor(Accessor accessor, NameTable accessors) { 627TypeMapping GetTypeMapping(string typeName, string ns, TypeDesc typeDesc, NameTable typeLib, Type type) { 1092NameTable elements = new NameTable(); 1093NameTable attributes = new NameTable(); 1297NameTable arrayItemElements = new NameTable(); // xmlelementname + xmlns -> ElementAccessor 1330NameTable elements = new NameTable(); 1455NameTable anys = new NameTable(); 1666NameTable anys = new NameTable(); 1826NameTable arrayTypes = new NameTable(); 1843NameTable ids = new NameTable();
System\Xml\Serialization\XmlSchemaImporter.cs (3)
759NameTable choiceElements = new NameTable(); 884bool GatherGroupChoices(XmlSchemaGroup group, NameTable choiceElements, string identifier, string ns, ref bool needExplicitOrder, bool allowDuplicates) { 888bool GatherGroupChoices(XmlSchemaParticle particle, NameTable choiceElements, string identifier, string ns, ref bool needExplicitOrder, bool allowDuplicates) {