2 instantiations of XmlSchemaKeyref
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8839o = new global::System.Xml.Schema.XmlSchemaKeyref();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1993builder.xso = builder.identityConstraint = new XmlSchemaKeyref();
38 references to XmlSchemaKeyref
System.Data (7)
fx\src\data\System\Data\XMLSchema.cs (7)
1082internal void HandleKeyref(XmlSchemaKeyref keyref) { 1302if (key is XmlSchemaKeyref) 1430if (key is XmlSchemaKeyref) 1454XmlSchemaKeyref keyref = key as XmlSchemaKeyref; 2332XmlSchemaKeyref keyref = key as XmlSchemaKeyref;
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
60{ typeof(XmlSchemaKeyref), ErrorHandler }, 110{ typeof(XmlSchemaKeyref), ErrorHandler },
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2275if (ai is global::System.Xml.Schema.XmlSchemaKeyref) { 2276Write51_XmlSchemaKeyref(@"keyref", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaKeyref)ai), false, false); 2409void Write51_XmlSchemaKeyref(string n, string ns, global::System.Xml.Schema.XmlSchemaKeyref o, bool isNullable, bool needType) { 2416if (t == typeof(global::System.Xml.Schema.XmlSchemaKeyref)) { 8826global::System.Xml.Schema.XmlSchemaKeyref Read51_XmlSchemaKeyref(bool isNullable, bool checkType) { 8838global::System.Xml.Schema.XmlSchemaKeyref o;
System.Xml (23)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
76this.refer = ((XmlSchemaKeyref)constraint).Refer;
System\Xml\Schema\Preprocessor.cs (3)
1229if (constraint is XmlSchemaKeyref) { 1230XmlSchemaKeyref keyref = (XmlSchemaKeyref)constraint;
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
1758if (xi is XmlSchemaKeyref) { 1759XmlSchemaIdentityConstraint ic = (XmlSchemaIdentityConstraint)this.schema.IdentityConstraints[((XmlSchemaKeyref)xi).Refer]; 1761throw new XmlSchemaException(Res.Sch_UndeclaredIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.ToString(), xi); 1765throw new XmlSchemaException(Res.Sch_RefInvalidIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.ToString(), xi);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
917if (constraint is XmlSchemaKeyref) { 918XmlSchemaKeyref keyref = (XmlSchemaKeyref)constraint;
System\Xml\Schema\SchemaSetCompiler.cs (4)
2104if (xi is XmlSchemaKeyref) { 2105XmlSchemaIdentityConstraint ic = (XmlSchemaIdentityConstraint)this.identityConstraints[((XmlSchemaKeyref)xi).Refer]; 2107throw new XmlSchemaException(Res.Sch_UndeclaredIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.ToString(), xi); 2111throw new XmlSchemaException(Res.Sch_RefInvalidIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.ToString(), xi);
System\Xml\Schema\XmlSchemaElement.cs (1)
186XmlElement("keyref", typeof(XmlSchemaKeyref)),
System\Xml\Schema\XsdBuilder.cs (2)
2004if (builder.identityConstraint is XmlSchemaKeyref) { 2005((XmlSchemaKeyref)builder.identityConstraint).Refer = builder.ParseQName(value, "refer");
System\Xml\Serialization\SchemaObjectWriter.cs (5)
322else if (t == typeof(XmlSchemaKeyref)) { 323Write50_XmlSchemaKeyref((XmlSchemaKeyref)o); 883else if (t == typeof(XmlSchemaKeyref)) { 884Write50_XmlSchemaKeyref((XmlSchemaKeyref)o); 903void Write50_XmlSchemaKeyref(XmlSchemaKeyref o) {