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;
1131
_types
[
mapping.TypeName, mapping.Namespace] = mapping;
1698
anys
[
anyName, anyNs] = xmlAnyElement;
1940
anys
[
anyName, anyNs] = xmlAnyElement;
2123
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];
1076
TypeMapping? existingMapping = (TypeMapping?)_types
[
uniqueName, ns];
1088
existingMapping = (TypeMapping?)_types
[
uniqueName, ns];
1119
ArrayMapping? existingMapping = (ArrayMapping?)_types
[
mapping.TypeName, mapping.Namespace];
1693
if (anys
[
anyName, anyNs] != null)
1699
if (elements
[
anyName, anyNs ?? ns] != null)
1935
if (anys
[
anyName, anyNs] != null)
1941
if (elements
[
anyName, anyNs ?? ns] != null)
2116
XmlArrayItemAttribute? item = (XmlArrayItemAttribute?)arrayTypes
[
type.FullName, ns];
2139
if (ids
[
choiceName, choiceNs] != null)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
404
if (type.DerivedFrom == baseName && TypesInUse
[
type.Name, schema.TargetNamespace] == null)