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