2 instantiations of XmlSchemaMinExclusiveFacet
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2086builder._facet = new XmlSchemaMinExclusiveFacet();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
9686o = new Microsoft.Xml.Schema.XmlSchemaMinExclusiveFacet();
11 references to XmlSchemaMinExclusiveFacet
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (1)
59XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)),
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (1)
58XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)),
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
663if (ai is XmlSchemaMinExclusiveFacet)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (8)
3287else if (ai is Microsoft.Xml.Schema.XmlSchemaMinExclusiveFacet) 3289Write30_XmlSchemaMinExclusiveFacet(@"minExclusive", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaMinExclusiveFacet)ai), false, false); 3489private void Write30_XmlSchemaMinExclusiveFacet(string n, string ns, Microsoft.Xml.Schema.XmlSchemaMinExclusiveFacet o, bool isNullable, bool needType) 3499if (t == typeof(Microsoft.Xml.Schema.XmlSchemaMinExclusiveFacet)) 4721else if (ai is Microsoft.Xml.Schema.XmlSchemaMinExclusiveFacet) 4723Write30_XmlSchemaMinExclusiveFacet(@"minExclusive", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaMinExclusiveFacet)ai), false, false); 9670private Microsoft.Xml.Schema.XmlSchemaMinExclusiveFacet Read30_XmlSchemaMinExclusiveFacet(bool isNullable, bool checkType) 9685Microsoft.Xml.Schema.XmlSchemaMinExclusiveFacet o;