1 instantiation of XmlSchemaKeyref
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2166
builder._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)
1279
internal void HandleKeyref(
XmlSchemaKeyref
keyref)
1521
if (key is
XmlSchemaKeyref
)
1659
if (key is
XmlSchemaKeyref
)
1687
XmlSchemaKeyref
? keyref = key as
XmlSchemaKeyref
;
2706
XmlSchemaKeyref
? keyref = key as
XmlSchemaKeyref
;
System.Private.Xml (19)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
86
this.refer = ((
XmlSchemaKeyref
)constraint).Refer;
System\Xml\Schema\Preprocessor.cs (1)
1471
if (constraint is
XmlSchemaKeyref
keyref)
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
2136
if (xi is
XmlSchemaKeyref
)
2138
XmlSchemaIdentityConstraint? ic = (XmlSchemaIdentityConstraint?)_schema!.IdentityConstraints[((
XmlSchemaKeyref
)xi).Refer];
2141
throw new XmlSchemaException(SR.Sch_UndeclaredIdentityConstraint, ((
XmlSchemaKeyref
)xi).Refer.ToString(), xi);
2146
throw new XmlSchemaException(SR.Sch_RefInvalidIdentityConstraint, ((
XmlSchemaKeyref
)xi).Refer.ToString(), xi);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1140
if (constraint is
XmlSchemaKeyref
keyref)
System\Xml\Schema\SchemaSetCompiler.cs (4)
2592
if (xi is
XmlSchemaKeyref
)
2594
XmlSchemaIdentityConstraint? ic = (XmlSchemaIdentityConstraint?)_identityConstraints[((
XmlSchemaKeyref
)xi).Refer];
2597
throw new XmlSchemaException(SR.Sch_UndeclaredIdentityConstraint, ((
XmlSchemaKeyref
)xi).Refer.ToString(), xi);
2603
throw new XmlSchemaException(SR.Sch_RefInvalidIdentityConstraint, ((
XmlSchemaKeyref
)xi).Refer.ToString(), xi);
System\Xml\Schema\XmlSchemaElement.cs (1)
146
XmlElement("keyref", typeof(
XmlSchemaKeyref
)),
System\Xml\Schema\XsdBuilder.cs (2)
2179
if (builder._identityConstraint is
XmlSchemaKeyref
)
2181
((
XmlSchemaKeyref
)builder._identityConstraint).Refer = builder.ParseQName(value, "refer");
System\Xml\Serialization\SchemaObjectWriter.cs (5)
388
else if (t == typeof(
XmlSchemaKeyref
))
390
Write50_XmlSchemaKeyref((
XmlSchemaKeyref
)o);
1060
else if (t == typeof(
XmlSchemaKeyref
))
1062
Write50_XmlSchemaKeyref((
XmlSchemaKeyref
)o);
1083
private 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
))]