1 instantiation of XmlSchemaKey
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2163
builder._xso = builder._identityConstraint = new
XmlSchemaKey
();
11 references to XmlSchemaKey
netstandard (1)
netstandard.cs (1)
2339
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaKey
))]
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
1432
if (keyNode is
XmlSchemaKey
)
System.Private.Xml (7)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
79
else if (constraint is
XmlSchemaKey
)
System\Xml\Schema\XmlSchemaElement.cs (1)
145
[XmlElement("key", typeof(
XmlSchemaKey
)),
System\Xml\Serialization\SchemaObjectWriter.cs (5)
393
else if (t == typeof(
XmlSchemaKey
))
395
Write47_XmlSchemaKey((
XmlSchemaKey
)o);
1029
private void Write47_XmlSchemaKey(
XmlSchemaKey
? o)
1065
else if (t == typeof(
XmlSchemaKey
))
1067
Write47_XmlSchemaKey((
XmlSchemaKey
)o);
System.Xml (1)
System.Xml.cs (1)
64
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaKey
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
63
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaKey
))]