2 instantiations of XmlSchemaMinInclusiveFacet
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2089builder._facet = new XmlSchemaMinInclusiveFacet();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
10469o = new Microsoft.Xml.Schema.XmlSchemaMinInclusiveFacet();
11 references to XmlSchemaMinInclusiveFacet
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (1)
58XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)),
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (1)
57XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)),
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
675else if (ai is XmlSchemaMinInclusiveFacet)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (8)
3295else if (ai is Microsoft.Xml.Schema.XmlSchemaMinInclusiveFacet) 3297Write21_XmlSchemaMinInclusiveFacet(@"minInclusive", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaMinInclusiveFacet)ai), false, false); 3405private void Write21_XmlSchemaMinInclusiveFacet(string n, string ns, Microsoft.Xml.Schema.XmlSchemaMinInclusiveFacet o, bool isNullable, bool needType) 3415if (t == typeof(Microsoft.Xml.Schema.XmlSchemaMinInclusiveFacet)) 4733else if (ai is Microsoft.Xml.Schema.XmlSchemaMinInclusiveFacet) 4735Write21_XmlSchemaMinInclusiveFacet(@"minInclusive", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaMinInclusiveFacet)ai), false, false); 10453private Microsoft.Xml.Schema.XmlSchemaMinInclusiveFacet Read21_XmlSchemaMinInclusiveFacet(bool isNullable, bool checkType) 10468Microsoft.Xml.Schema.XmlSchemaMinInclusiveFacet o;