2 instantiations of XmlSchemaMinExclusiveFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2081builder._facet = new XmlSchemaMinExclusiveFacet();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9657o = new global::System.Xml.Schema.XmlSchemaMinExclusiveFacet();
15 references to XmlSchemaMinExclusiveFacet
netstandard (1)
netstandard.cs (1)
2345[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinExclusiveFacet))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
108if (facet is XmlSchemaMinExclusiveFacet)
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
38XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
37XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
662if (ai is XmlSchemaMinExclusiveFacet)
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3037else if (ai is global::System.Xml.Schema.XmlSchemaMinExclusiveFacet) { 3038Write30_XmlSchemaMinExclusiveFacet(@"minExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMinExclusiveFacet)ai), false, false); 3232private void Write30_XmlSchemaMinExclusiveFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaMinExclusiveFacet o, bool isNullable, bool needType) { 3243if (t == typeof(global::System.Xml.Schema.XmlSchemaMinExclusiveFacet)) { 4396else if (ai is global::System.Xml.Schema.XmlSchemaMinExclusiveFacet) { 4397Write30_XmlSchemaMinExclusiveFacet(@"minExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMinExclusiveFacet)ai), false, false); 9634private global::System.Xml.Schema.XmlSchemaMinExclusiveFacet Read30_XmlSchemaMinExclusiveFacet(bool isNullable, bool checkType) { 9656global::System.Xml.Schema.XmlSchemaMinExclusiveFacet o;
System.Xml (1)
System.Xml.cs (1)
70[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinExclusiveFacet))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
69[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinExclusiveFacet))]