7 writes to
System.Xml (7)
System\Xml\Serialization\Mappings.cs (1)
454
LocalElements
[
name, ns] = value;
System\Xml\Serialization\SoapReflectionImporter.cs (1)
429
types
[
mapping.TypeName, mapping.Namespace] = mapping;
System\Xml\Serialization\XmlReflectionImporter.cs (5)
323
types
[
existing.Mapping.TypeName, existing.Mapping.Namespace] = mapping;
982
types
[
mapping.TypeName, mapping.Namespace] = mapping;
1467
anys
[
anyName, anyNs] = xmlAnyElement;
1681
anys
[
anyName, anyNs] = xmlAnyElement;
1836
arrayTypes
[
type.FullName, ns] = items[i];
21 references to
System.Xml (21)
System\Xml\Serialization\Mappings.cs (1)
446
object named = LocalElements
[
name, ns];
System\Xml\Serialization\SoapReflectionImporter.cs (5)
256
TypeMapping mapping = (TypeMapping)types
[
typeName, ns];
265
TypeMapping existingMapping = (TypeMapping)nullables
[
baseMapping.TypeName, baseMapping.Namespace];
420
ArrayMapping existingMapping = (ArrayMapping)types
[
mapping.TypeName, mapping.Namespace];
483
TypeMapping existingMapping = (TypeMapping)types
[
uniqueName, ns];
493
existingMapping = (TypeMapping)types
[
uniqueName, ns];
System\Xml\Serialization\Types.cs (1)
615
TypeDesc typeDesc = (TypeDesc)primitiveNames
[
name, ns];
System\Xml\Serialization\XmlReflectionImporter.cs (13)
281
Accessor existing = (Accessor)accessors
[
accessor.Name, accessor.Namespace];
314
ArrayMapping existingMapping = mapping.IsAnonymousType ? null : (ArrayMapping)types
[
existing.Mapping.TypeName, existing.Mapping.Namespace];
576
existingMapping = (TypeMapping)nullables
[
baseMapping.TypeName, baseMapping.Namespace];
632
mapping = (TypeMapping)typeLib
[
typeName, ns];
934
TypeMapping existingMapping = (TypeMapping)types
[
uniqueName, ns];
944
existingMapping = (TypeMapping)types
[
uniqueName, ns];
972
ArrayMapping existingMapping = (ArrayMapping)types
[
mapping.TypeName, mapping.Namespace];
1463
if (anys
[
anyName, anyNs] != null) {
1468
if (elements
[
anyName, (anyNs == null ? ns : anyNs)] != null) {
1676
if (anys
[
anyName, anyNs] != null)
1682
if (elements
[
anyName, (anyNs == null ? ns : anyNs)] != null)
1831
XmlArrayItemAttribute item = (XmlArrayItemAttribute)arrayTypes
[
type.FullName, ns];
1850
if (ids
[
choiceName, choiceNs] != null) {
System\Xml\Serialization\XmlSchemaImporter.cs (1)
455
if (type.DerivedFrom == baseName && TypesInUse
[
type.Name, schema.TargetNamespace] == null) {