2 instantiations of XsdDataContractExporter
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
FormattingUtilities.cs (1)
15public static readonly XsdDataContractExporter XsdDataContractExporter = new XsdDataContractExporter();
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
274XsdDataContractExporter dcExporter = new XsdDataContractExporter();
16 references to XsdDataContractExporter
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\ExportModule.cs (1)
18private readonly DcNS.XsdDataContractExporter _dcExporter;
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
FormattingUtilities.cs (1)
15public static readonly XsdDataContractExporter XsdDataContractExporter = new XsdDataContractExporter();
netstandard (1)
netstandard.cs (1)
1806[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.XsdDataContractExporter))]
System.Private.DataContractSerialization (7)
System\Runtime\Serialization\ExportOptions.cs (2)
9/// Represents the options that can be set for an <see cref="XsdDataContractExporter"/>. 12/// The <see cref="XsdDataContractExporter"/> is used to generate XSD schemas from a type or assembly. You can also use the XsdDataContractImporter to generate .NET Framework code from a schema document.
System\Runtime\Serialization\XsdDataContractExporter.cs (5)
19/// Use the <see cref="XsdDataContractExporter"/> class when you have created a Web service that incorporates data represented by 21/// That is, <see cref="XsdDataContractExporter"/> transforms a set of runtime types into XML schemas. The schemas can then be exposed 27/// The <see cref="XsdDataContractExporter"/> generates an <see cref="XmlSchemaSet"/> object that contains the collection of schemas. 37/// Initializes a new instance of the <see cref="XsdDataContractExporter"/> class. 44/// Initializes a new instance of the <see cref="XsdDataContractExporter"/> class with the specified set of schemas.
System.Runtime.Serialization (1)
System.Runtime.Serialization.cs (1)
31[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.XsdDataContractExporter))]
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\ImportOptions.cs (1)
15/// The <see cref="XsdDataContractImporter"/> is used to generate code from XML schema using the .NET CodeDOM. To generate an XML schema from an assembly, use the <see cref="XsdDataContractExporter"/>.
System\Runtime\Serialization\Schema\XsdDataContractImporter.cs (2)
26/// Conversely, use the <see cref="XsdDataContractExporter"/> class when you have created a Web service that incorporates 28/// services.That is, <see cref="XsdDataContractExporter"/> transforms a set of CLR types into a set of XML schemas.
System.Runtime.Serialization.Xml (1)
artifacts\obj\System.Runtime.Serialization.Xml\Debug\net10.0\System.Runtime.Serialization.Xml.Forwards.cs (1)
18[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.XsdDataContractExporter))]
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
274XsdDataContractExporter dcExporter = new XsdDataContractExporter();