2 instantiations of XmlSchemaMinInclusiveFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2084builder._facet = new XmlSchemaMinInclusiveFacet();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10413o = new global::System.Xml.Schema.XmlSchemaMinInclusiveFacet();
15 references to XmlSchemaMinInclusiveFacet
netstandard (1)
netstandard.cs (1)
2346[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinInclusiveFacet))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
111if (facet is XmlSchemaMinInclusiveFacet)
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
37XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
36XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
674else if (ai is XmlSchemaMinInclusiveFacet)
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3043else if (ai is global::System.Xml.Schema.XmlSchemaMinInclusiveFacet) { 3044Write21_XmlSchemaMinInclusiveFacet(@"minInclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMinInclusiveFacet)ai), false, false); 3148private void Write21_XmlSchemaMinInclusiveFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaMinInclusiveFacet o, bool isNullable, bool needType) { 3159if (t == typeof(global::System.Xml.Schema.XmlSchemaMinInclusiveFacet)) { 4405else if (ai is global::System.Xml.Schema.XmlSchemaMinInclusiveFacet) { 4406Write21_XmlSchemaMinInclusiveFacet(@"minInclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMinInclusiveFacet)ai), false, false); 10390private global::System.Xml.Schema.XmlSchemaMinInclusiveFacet Read21_XmlSchemaMinInclusiveFacet(bool isNullable, bool checkType) { 10412global::System.Xml.Schema.XmlSchemaMinInclusiveFacet o;
System.Xml (1)
System.Xml.cs (1)
71[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinInclusiveFacet))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
70[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinInclusiveFacet))]