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