2 instantiations of XmlSchemaUnique
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2165builder._xso = builder._identityConstraint = new XmlSchemaUnique();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
11122o = new Microsoft.Xml.Schema.XmlSchemaUnique();
13 references to XmlSchemaUnique
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (1)
80if (constraint is XmlSchemaUnique)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (1)
204XmlElement("unique", typeof(XmlSchemaUnique))]
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (5)
384else if (t == typeof(XmlSchemaUnique)) 386Write51_XmlSchemaUnique((XmlSchemaUnique)o); 1058if (t == typeof(XmlSchemaUnique)) 1060Write51_XmlSchemaUnique((XmlSchemaUnique)o); 1112private void Write51_XmlSchemaUnique(XmlSchemaUnique o)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
2902else if (ai is Microsoft.Xml.Schema.XmlSchemaUnique) 2904Write50_XmlSchemaUnique(@"unique", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaUnique)ai), false, false); 3014private void Write50_XmlSchemaUnique(string n, string ns, Microsoft.Xml.Schema.XmlSchemaUnique o, bool isNullable, bool needType) 3024if (t == typeof(Microsoft.Xml.Schema.XmlSchemaUnique)) 11106private Microsoft.Xml.Schema.XmlSchemaUnique Read50_XmlSchemaUnique(bool isNullable, bool checkType) 11121Microsoft.Xml.Schema.XmlSchemaUnique o;