2 instantiations of XmlSchemaMaxExclusiveFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2072builder._facet = new XmlSchemaMaxExclusiveFacet();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9825o = new global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet();
15 references to XmlSchemaMaxExclusiveFacet
netstandard (1)
netstandard.cs (1)
2342[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxExclusiveFacet))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
114if (facet is XmlSchemaMaxExclusiveFacet)
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
36XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
35XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
670else if (ai is XmlSchemaMaxExclusiveFacet)
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3031else if (ai is global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet) { 3032Write28_XmlSchemaMaxExclusiveFacet(@"maxExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet)ai), false, false); 3316private void Write28_XmlSchemaMaxExclusiveFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet o, bool isNullable, bool needType) { 3327if (t == typeof(global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet)) { 4402else if (ai is global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet) { 4403Write28_XmlSchemaMaxExclusiveFacet(@"maxExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet)ai), false, false); 9802private global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet Read28_XmlSchemaMaxExclusiveFacet(bool isNullable, bool checkType) { 9824global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet o;
System.Xml (1)
System.Xml.cs (1)
67[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxExclusiveFacet))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
66[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxExclusiveFacet))]