2 instantiations of XmlSchemaKey
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9063o = new global::System.Xml.Schema.XmlSchemaKey();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1990builder.xso = builder.identityConstraint = new XmlSchemaKey();
16 references to XmlSchemaKey
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
1219if (keyNode is XmlSchemaKey) {
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
59{ typeof(XmlSchemaKey), ErrorHandler }, 109{ typeof(XmlSchemaKey), ErrorHandler },
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2281else if (ai is global::System.Xml.Schema.XmlSchemaKey) { 2282Write49_XmlSchemaKey(@"key", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaKey)ai), false, false); 2296void Write49_XmlSchemaKey(string n, string ns, global::System.Xml.Schema.XmlSchemaKey o, bool isNullable, bool needType) { 2303if (t == typeof(global::System.Xml.Schema.XmlSchemaKey)) { 9050global::System.Xml.Schema.XmlSchemaKey Read49_XmlSchemaKey(bool isNullable, bool checkType) { 9062global::System.Xml.Schema.XmlSchemaKey o;
System.Xml (7)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
71else if (constraint is XmlSchemaKey) {
System\Xml\Schema\XmlSchemaElement.cs (1)
185[XmlElement("key", typeof(XmlSchemaKey)),
System\Xml\Serialization\SchemaObjectWriter.cs (5)
326else if (t == typeof(XmlSchemaKey)) { 327Write47_XmlSchemaKey((XmlSchemaKey)o); 857void Write47_XmlSchemaKey(XmlSchemaKey o) { 887else if (t == typeof(XmlSchemaKey)) { 888Write47_XmlSchemaKey((XmlSchemaKey)o);