2 instantiations of XmlSchemaMaxExclusiveFacet
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2077builder._facet = new XmlSchemaMaxExclusiveFacet();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
9860o = new Microsoft.Xml.Schema.XmlSchemaMaxExclusiveFacet();
11 references to XmlSchemaMaxExclusiveFacet
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (1)
57XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)),
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (1)
56XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)),
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
671else if (ai is XmlSchemaMaxExclusiveFacet)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (8)
3279else if (ai is Microsoft.Xml.Schema.XmlSchemaMaxExclusiveFacet) 3281Write28_XmlSchemaMaxExclusiveFacet(@"maxExclusive", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaMaxExclusiveFacet)ai), false, false); 3573private void Write28_XmlSchemaMaxExclusiveFacet(string n, string ns, Microsoft.Xml.Schema.XmlSchemaMaxExclusiveFacet o, bool isNullable, bool needType) 3583if (t == typeof(Microsoft.Xml.Schema.XmlSchemaMaxExclusiveFacet)) 4729else if (ai is Microsoft.Xml.Schema.XmlSchemaMaxExclusiveFacet) 4731Write28_XmlSchemaMaxExclusiveFacet(@"maxExclusive", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaMaxExclusiveFacet)ai), false, false); 9844private Microsoft.Xml.Schema.XmlSchemaMaxExclusiveFacet Read28_XmlSchemaMaxExclusiveFacet(bool isNullable, bool checkType) 9859Microsoft.Xml.Schema.XmlSchemaMaxExclusiveFacet o;