2 instantiations of XmlSchemaMaxInclusiveFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2075builder._facet = new XmlSchemaMaxInclusiveFacet();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9909o = new global::System.Xml.Schema.XmlSchemaMaxInclusiveFacet();
15 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.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3046else if (ai is global::System.Xml.Schema.XmlSchemaMaxInclusiveFacet) { 3047Write27_XmlSchemaMaxInclusiveFacet(@"maxInclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMaxInclusiveFacet)ai), false, false); 3106private void Write27_XmlSchemaMaxInclusiveFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaMaxInclusiveFacet o, bool isNullable, bool needType) { 3117if (t == typeof(global::System.Xml.Schema.XmlSchemaMaxInclusiveFacet)) { 4399else if (ai is global::System.Xml.Schema.XmlSchemaMaxInclusiveFacet) { 4400Write27_XmlSchemaMaxInclusiveFacet(@"maxInclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMaxInclusiveFacet)ai), false, false); 9886private global::System.Xml.Schema.XmlSchemaMaxInclusiveFacet Read27_XmlSchemaMaxInclusiveFacet(bool isNullable, bool checkType) { 9908global::System.Xml.Schema.XmlSchemaMaxInclusiveFacet o;
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\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
67[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxInclusiveFacet))]