2 writes to @Refer
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8854o.@Refer = ToXmlQualifiedName(Reader.Value);
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2005((XmlSchemaKeyref)builder.identityConstraint).Refer = builder.ParseQName(value, "refer");
14 references to @Refer
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
1083string refer = XmlConvert.DecodeName(keyref.Refer.Name); // check here!!!
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
2436WriteAttribute(@"refer", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@Refer)));
System.Xml (12)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
76this.refer = ((XmlSchemaKeyref)constraint).Refer;
System\Xml\Schema\Preprocessor.cs (2)
1231if (keyref.Refer.IsEmpty) { 1236ValidateQNameAttribute(keyref, "refer", keyref.Refer);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
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 (2)
919if (keyref.Refer.IsEmpty) { 924ValidateQNameAttribute(keyref, "refer", keyref.Refer);
System\Xml\Schema\SchemaSetCompiler.cs (3)
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\Serialization\SchemaObjectWriter.cs (1)
912WriteAttribute(@"refer", @"", o.@Refer);