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];
459
_schemas
.Add(schema, true);
478
_schemas
.Add(schema, true);
504
XmlSchema? existingSchema =
_schemas
[anyNs];
507
_schemas
.Add(serializableMapping.Schema);
736
XmlSchema? schema =
_schemas
[ns];
837
XmlSchema? schema =
_schemas
[ns];