2 instantiations of XmlSchemaUnique
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8987
o = new global::System.Xml.Schema.
XmlSchemaUnique
();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1987
builder.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)
2278
else if (ai is global::System.Xml.Schema.
XmlSchemaUnique
) {
2279
Write50_XmlSchemaUnique(@"unique", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaUnique
)ai), false, false);
2369
void Write50_XmlSchemaUnique(string n, string ns, global::System.Xml.Schema.
XmlSchemaUnique
o, bool isNullable, bool needType) {
2376
if (t == typeof(global::System.Xml.Schema.
XmlSchemaUnique
)) {
8974
global::System.Xml.Schema.
XmlSchemaUnique
Read50_XmlSchemaUnique(bool isNullable, bool checkType) {
8986
global::System.Xml.Schema.
XmlSchemaUnique
o;
System.Xml (7)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
68
if (constraint is
XmlSchemaUnique
) {
System\Xml\Schema\XmlSchemaElement.cs (1)
187
XmlElement("unique", typeof(
XmlSchemaUnique
))]
System\Xml\Serialization\SchemaObjectWriter.cs (5)
318
else if (t == typeof(
XmlSchemaUnique
)) {
319
Write51_XmlSchemaUnique((
XmlSchemaUnique
)o);
879
if (t == typeof(
XmlSchemaUnique
)) {
880
Write51_XmlSchemaUnique((
XmlSchemaUnique
)o);
925
void Write51_XmlSchemaUnique(
XmlSchemaUnique
o) {