1 write to _schemas
System.Private.Xml (1)
System\Xml\Serialization\XmlSchemaExporter.cs (1)
29
_schemas
= schemas;
13 references to _schemas
System.Private.Xml (13)
System\Xml\Serialization\XmlSchemaExporter.cs (13)
138
XmlSchema? schema =
_schemas
[ns];
183
XmlSchema? schema =
_schemas
[ns];
254
XmlSchema? schema =
_schemas
[newNamespace];
275
_schemas
.Add(schema);
282
XmlSchema schema =
_schemas
[ns] ?? AddSchema(ns);
304
XmlSchema schema =
_schemas
[referencingNs] ?? AddSchema(referencingNs);
324
XmlSchema? schema =
_schemas
[ns];
458
_schemas
.Add(schema, true);
476
_schemas
.Add(schema, true);
502
XmlSchema? existingSchema =
_schemas
[anyNs];
505
_schemas
.Add(serializableMapping.Schema);
732
XmlSchema? schema =
_schemas
[ns];
833
XmlSchema? schema =
_schemas
[ns];