1 instantiation of XmlSchemaKeyref
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2166builder._xso = builder._identityConstraint = new XmlSchemaKeyref();
29 references to XmlSchemaKeyref
netstandard (1)
netstandard.cs (1)
2340[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaKeyref))]
System.Data.Common (7)
System\Data\XMLSchema.cs (7)
1279internal void HandleKeyref(XmlSchemaKeyref keyref) 1521if (key is XmlSchemaKeyref) 1659if (key is XmlSchemaKeyref) 1687XmlSchemaKeyref? keyref = key as XmlSchemaKeyref; 2706XmlSchemaKeyref? keyref = key as XmlSchemaKeyref;
System.Private.Xml (19)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
86this.refer = ((XmlSchemaKeyref)constraint).Refer;
System\Xml\Schema\Preprocessor.cs (1)
1471if (constraint is XmlSchemaKeyref keyref)
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
2136if (xi is XmlSchemaKeyref) 2138XmlSchemaIdentityConstraint? ic = (XmlSchemaIdentityConstraint?)_schema!.IdentityConstraints[((XmlSchemaKeyref)xi).Refer]; 2141throw new XmlSchemaException(SR.Sch_UndeclaredIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.ToString(), xi); 2146throw new XmlSchemaException(SR.Sch_RefInvalidIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.ToString(), xi);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1140if (constraint is XmlSchemaKeyref keyref)
System\Xml\Schema\SchemaSetCompiler.cs (4)
2592if (xi is XmlSchemaKeyref) 2594XmlSchemaIdentityConstraint? ic = (XmlSchemaIdentityConstraint?)_identityConstraints[((XmlSchemaKeyref)xi).Refer]; 2597throw new XmlSchemaException(SR.Sch_UndeclaredIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.ToString(), xi); 2603throw new XmlSchemaException(SR.Sch_RefInvalidIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.ToString(), xi);
System\Xml\Schema\XmlSchemaElement.cs (1)
146XmlElement("keyref", typeof(XmlSchemaKeyref)),
System\Xml\Schema\XsdBuilder.cs (2)
2179if (builder._identityConstraint is XmlSchemaKeyref) 2181((XmlSchemaKeyref)builder._identityConstraint).Refer = builder.ParseQName(value, "refer");
System\Xml\Serialization\SchemaObjectWriter.cs (5)
388else if (t == typeof(XmlSchemaKeyref)) 390Write50_XmlSchemaKeyref((XmlSchemaKeyref)o); 1060else if (t == typeof(XmlSchemaKeyref)) 1062Write50_XmlSchemaKeyref((XmlSchemaKeyref)o); 1083private void Write50_XmlSchemaKeyref(XmlSchemaKeyref? o)
System.Xml (1)
System.Xml.cs (1)
65[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaKeyref))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
64[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaKeyref))]