2 instantiations of XmlSchemaKey
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2163
builder._xso = builder._identityConstraint = new
XmlSchemaKey
();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
11146
o = new global::System.Xml.Schema.
XmlSchemaKey
();
17 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.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2674
else if (ai is global::System.Xml.Schema.
XmlSchemaKey
) {
2675
Write49_XmlSchemaKey(@"key", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaKey
)ai), false, false);
2689
private void Write49_XmlSchemaKey(string n, string ns, global::System.Xml.Schema.
XmlSchemaKey
o, bool isNullable, bool needType) {
2700
if (t == typeof(global::System.Xml.Schema.
XmlSchemaKey
)) {
11123
private global::System.Xml.Schema.
XmlSchemaKey
Read49_XmlSchemaKey(bool isNullable, bool checkType) {
11145
global::System.Xml.Schema.
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
))]