2 instantiations of XmlSchemaUnique
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8987o = new global::System.Xml.Schema.XmlSchemaUnique();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1987builder.xso = builder.identityConstraint = new XmlSchemaUnique();
15 references to XmlSchemaUnique
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
61{ typeof(XmlSchemaUnique), ErrorHandler }, 111{ typeof(XmlSchemaUnique), ErrorHandler },
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2278else if (ai is global::System.Xml.Schema.XmlSchemaUnique) { 2279Write50_XmlSchemaUnique(@"unique", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaUnique)ai), false, false); 2369void Write50_XmlSchemaUnique(string n, string ns, global::System.Xml.Schema.XmlSchemaUnique o, bool isNullable, bool needType) { 2376if (t == typeof(global::System.Xml.Schema.XmlSchemaUnique)) { 8974global::System.Xml.Schema.XmlSchemaUnique Read50_XmlSchemaUnique(bool isNullable, bool checkType) { 8986global::System.Xml.Schema.XmlSchemaUnique o;
System.Xml (7)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
68if (constraint is XmlSchemaUnique) {
System\Xml\Schema\XmlSchemaElement.cs (1)
187XmlElement("unique", typeof(XmlSchemaUnique))]
System\Xml\Serialization\SchemaObjectWriter.cs (5)
318else if (t == typeof(XmlSchemaUnique)) { 319Write51_XmlSchemaUnique((XmlSchemaUnique)o); 879if (t == typeof(XmlSchemaUnique)) { 880Write51_XmlSchemaUnique((XmlSchemaUnique)o); 925void Write51_XmlSchemaUnique(XmlSchemaUnique o) {