FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (8)
3303else if (ai is Microsoft.Xml.Schema.XmlSchemaEnumerationFacet)
3305Write26_XmlSchemaEnumerationFacet(@"enumeration", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaEnumerationFacet)ai), false, false);
3321private void Write26_XmlSchemaEnumerationFacet(string n, string ns, Microsoft.Xml.Schema.XmlSchemaEnumerationFacet o, bool isNullable, bool needType)
3331if (t == typeof(Microsoft.Xml.Schema.XmlSchemaEnumerationFacet))
4741else if (ai is Microsoft.Xml.Schema.XmlSchemaEnumerationFacet)
4743Write26_XmlSchemaEnumerationFacet(@"enumeration", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaEnumerationFacet)ai), false, false);
10018private Microsoft.Xml.Schema.XmlSchemaEnumerationFacet Read26_XmlSchemaEnumerationFacet(bool isNullable, bool checkType)
10033Microsoft.Xml.Schema.XmlSchemaEnumerationFacet o;