7 writes to
System.Private.Xml (7)
System\Xml\Serialization\Mappings.cs (1)
532
LocalElements
[
name, ns] = value;
System\Xml\Serialization\SoapReflectionImporter.cs (1)
447
_types
[
mapping.TypeName!, mapping.Namespace] = mapping;
System\Xml\Serialization\XmlReflectionImporter.cs (5)
365
_types
[
existing.Mapping.TypeName!, existing.Mapping.Namespace] = mapping;
1127
_types
[
mapping.TypeName, mapping.Namespace] = mapping;
1694
anys
[
anyName, anyNs] = xmlAnyElement;
1936
anys
[
anyName, anyNs] = xmlAnyElement;
2119
arrayTypes
[
type.FullName, ns] = items[i];
21 references to
System.Private.Xml (21)
System\Xml\Serialization\Mappings.cs (1)
523
object? named = LocalElements
[
name, ns];
System\Xml\Serialization\SoapReflectionImporter.cs (5)
250
TypeMapping? mapping = (TypeMapping?)_types
[
typeName, ns];
261
TypeMapping? existingMapping = (TypeMapping?)_nullables
[
baseMapping.TypeName!, baseMapping.Namespace];
436
ArrayMapping? existingMapping = (ArrayMapping?)_types
[
mapping.TypeName!, mapping.Namespace];
509
TypeMapping? existingMapping = (TypeMapping?)_types
[
uniqueName, ns];
521
existingMapping = (TypeMapping?)_types
[
uniqueName, ns];
System\Xml\Serialization\Types.cs (1)
669
TypeDesc? typeDesc = (TypeDesc?)s_primitiveNames
[
name, ns];
System\Xml\Serialization\XmlReflectionImporter.cs (13)
317
Accessor? existing = (Accessor?)accessors
[
accessor.Name, accessor.Namespace];
355
ArrayMapping? existingMapping = mapping.IsAnonymousType ? null : (ArrayMapping?)_types
[
existing.Mapping.TypeName!, existing.Mapping.Namespace];
653
existingMapping = (TypeMapping?)_nullables
[
baseMapping.TypeName!, baseMapping.Namespace];
718
mapping = (TypeMapping?)typeLib
[
typeName, ns];
1072
TypeMapping? existingMapping = (TypeMapping?)_types
[
uniqueName, ns];
1084
existingMapping = (TypeMapping?)_types
[
uniqueName, ns];
1115
ArrayMapping? existingMapping = (ArrayMapping?)_types
[
mapping.TypeName, mapping.Namespace];
1689
if (anys
[
anyName, anyNs] != null)
1695
if (elements
[
anyName, anyNs ?? ns] != null)
1931
if (anys
[
anyName, anyNs] != null)
1937
if (elements
[
anyName, anyNs ?? ns] != null)
2112
XmlArrayItemAttribute? item = (XmlArrayItemAttribute?)arrayTypes
[
type.FullName, ns];
2135
if (ids
[
choiceName, choiceNs] != null)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
404
if (type.DerivedFrom == baseName && TypesInUse
[
type.Name, schema.TargetNamespace] == null)