1 instantiation of XmlSchemaMaxExclusiveFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2072builder._facet = new XmlSchemaMaxExclusiveFacet();
7 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.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\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
66[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxExclusiveFacet))]