1 instantiation of XmlSchemas
System.Private.Xml (1)
System\Xml\Serialization\SchemaImporter.cs (1)
65
internal XmlSchemas Schemas => _schemas ??= new
XmlSchemas
();
29 references to XmlSchemas
netstandard (1)
netstandard.cs (1)
2433
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlSchemas
))]
System.Private.Xml (26)
System\Xml\Serialization\ImportContext.cs (3)
156
internal void GenerateSchemaGraph(
XmlSchemas
schemas)
197
private readonly
XmlSchemas
_schemas;
203
internal SchemaGraph(Hashtable scope,
XmlSchemas
schemas)
System\Xml\Serialization\Mappings.cs (1)
1223
XmlSchemas
.Preprocess(Schema);
System\Xml\Serialization\SchemaImporter.cs (7)
19
private
XmlSchemas
_schemas;
30
internal SchemaImporter(
XmlSchemas
schemas, CodeGenerationOptions options, ImportContext context)
34
schemas.AddReference(
XmlSchemas
.XsdSchema);
35
schemas.SchemaSet.Add(
XmlSchemas
.XsdSchema);
39
schemas.AddReference(
XmlSchemas
.XmlSchema);
40
schemas.SchemaSet.Add(
XmlSchemas
.XmlSchema);
65
internal
XmlSchemas
Schemas => _schemas ??= new XmlSchemas();
System\Xml\Serialization\XmlSchemaExporter.cs (2)
19
private readonly
XmlSchemas
_schemas;
27
public XmlSchemaExporter(
XmlSchemas
schemas)
System\Xml\Serialization\XmlSchemaImporter.cs (7)
23
public XmlSchemaImporter(
XmlSchemas
schemas) : base(schemas, CodeGenerationOptions.GenerateProperties, new ImportContext()) { }
27
public XmlSchemaImporter(
XmlSchemas
schemas, CodeIdentifiers? typeIdentifiers) : base(schemas, CodeGenerationOptions.GenerateProperties, new ImportContext(typeIdentifiers, false)) { }
284
XmlQualifiedName parentType =
XmlSchemas
.GetParentName(element);
398
if (
XmlSchemas
.IsDataSet(schema)) continue;
399
XmlSchemas
.Preprocess(schema);
1998
XmlSchemas
.Preprocess(schema);
2025
XmlSchemas
.Preprocess(schema);
System\Xml\Serialization\XmlSchemas.cs (6)
107
public void Add(
XmlSchemas
schemas)
519
XmlQualifiedName parentName =
XmlSchemas
.GetParentName(o);
540
XmlQualifiedName parentName =
XmlSchemas
.GetParentName(o);
551
XmlQualifiedName parentName =
XmlSchemas
.GetParentName(o);
791
private readonly
XmlSchemas
_list;
795
public XmlSchemaEnumerator(
XmlSchemas
list)
System.Xml (1)
System.Xml.cs (1)
158
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlSchemas
))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
56
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlSchemas
))]