2 instantiations of XmlSchemaLengthFacet
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2074builder._facet = new XmlSchemaLengthFacet();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
10295o = new Microsoft.Xml.Schema.XmlSchemaLengthFacet();
11 references to XmlSchemaLengthFacet
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (1)
51[XmlElement("length", typeof(XmlSchemaLengthFacet)),
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (1)
50[XmlElement("length", typeof(XmlSchemaLengthFacet)),
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
679else if (ai is XmlSchemaLengthFacet)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (8)
3259if (ai is Microsoft.Xml.Schema.XmlSchemaLengthFacet) 3261Write23_XmlSchemaLengthFacet(@"length", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaLengthFacet)ai), false, false); 3783private void Write23_XmlSchemaLengthFacet(string n, string ns, Microsoft.Xml.Schema.XmlSchemaLengthFacet o, bool isNullable, bool needType) 3793if (t == typeof(Microsoft.Xml.Schema.XmlSchemaLengthFacet)) 4709else if (ai is Microsoft.Xml.Schema.XmlSchemaLengthFacet) 4711Write23_XmlSchemaLengthFacet(@"length", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaLengthFacet)ai), false, false); 10279private Microsoft.Xml.Schema.XmlSchemaLengthFacet Read23_XmlSchemaLengthFacet(bool isNullable, bool checkType) 10294Microsoft.Xml.Schema.XmlSchemaLengthFacet o;