11 references to XmlSchema
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaHelper.cs (1)
132
XmlSchema schema = new
XmlSchema
();
System\Runtime\Serialization\SchemaImporter.cs (1)
140
XmlSchema xsdSchema = new
XmlSchema
();
System.Private.Xml (9)
System\Xml\Schema\Inference\Infer.cs (2)
337
xs = new
XmlSchema
();
484
XmlSchema xs = new
XmlSchema
();
System\Xml\Schema\Parser.cs (1)
83
_schema = new
XmlSchema
();
System\Xml\Schema\ParserAsync.cs (1)
44
_schema = new
XmlSchema
();
System\Xml\Schema\Preprocessor.cs (1)
425
XmlSchema tempSchema = new
XmlSchema
();
System\Xml\Schema\XmlSchema.cs (2)
430
XmlSchema that = new
XmlSchema
();
449
XmlSchema that = new
XmlSchema
();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
268
XmlSchema schema = new
XmlSchema
();
System\Xml\Serialization\XmlSchemas.cs (1)
736
XmlSchema schema = new
XmlSchema
();