1 instantiation of XmlSchemas
System.Private.Xml (1)
System\Xml\Serialization\SchemaImporter.cs (1)
65internal 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)
156internal void GenerateSchemaGraph(XmlSchemas schemas) 197private readonly XmlSchemas _schemas; 203internal SchemaGraph(Hashtable scope, XmlSchemas schemas)
System\Xml\Serialization\Mappings.cs (1)
1223XmlSchemas.Preprocess(Schema);
System\Xml\Serialization\SchemaImporter.cs (7)
19private XmlSchemas _schemas; 30internal SchemaImporter(XmlSchemas schemas, CodeGenerationOptions options, ImportContext context) 34schemas.AddReference(XmlSchemas.XsdSchema); 35schemas.SchemaSet.Add(XmlSchemas.XsdSchema); 39schemas.AddReference(XmlSchemas.XmlSchema); 40schemas.SchemaSet.Add(XmlSchemas.XmlSchema); 65internal XmlSchemas Schemas => _schemas ??= new XmlSchemas();
System\Xml\Serialization\XmlSchemaExporter.cs (2)
19private readonly XmlSchemas _schemas; 27public XmlSchemaExporter(XmlSchemas schemas)
System\Xml\Serialization\XmlSchemaImporter.cs (7)
23public XmlSchemaImporter(XmlSchemas schemas) : base(schemas, CodeGenerationOptions.GenerateProperties, new ImportContext()) { } 27public XmlSchemaImporter(XmlSchemas schemas, CodeIdentifiers? typeIdentifiers) : base(schemas, CodeGenerationOptions.GenerateProperties, new ImportContext(typeIdentifiers, false)) { } 284XmlQualifiedName parentType = XmlSchemas.GetParentName(element); 398if (XmlSchemas.IsDataSet(schema)) continue; 399XmlSchemas.Preprocess(schema); 1998XmlSchemas.Preprocess(schema); 2025XmlSchemas.Preprocess(schema);
System\Xml\Serialization\XmlSchemas.cs (6)
107public void Add(XmlSchemas schemas) 519XmlQualifiedName parentName = XmlSchemas.GetParentName(o); 540XmlQualifiedName parentName = XmlSchemas.GetParentName(o); 551XmlQualifiedName parentName = XmlSchemas.GetParentName(o); 791private readonly XmlSchemas _list; 795public 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))]