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