1 instantiation of XmlSchemaMaxInclusiveFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2075builder._facet = new XmlSchemaMaxInclusiveFacet();
7 references to XmlSchemaMaxInclusiveFacet
netstandard (1)
netstandard.cs (1)
2343[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxInclusiveFacet))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
117if (facet is XmlSchemaMaxInclusiveFacet)
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
35XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
34XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
666else if (ai is XmlSchemaMaxInclusiveFacet)
System.Xml (1)
System.Xml.cs (1)
68[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxInclusiveFacet))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
67[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxInclusiveFacet))]