2 instantiations of XmlSchemaKey
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2163builder._xso = builder._identityConstraint = new XmlSchemaKey();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
11146o = 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)
1432if (keyNode is XmlSchemaKey)
System.Private.Xml (7)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
79else if (constraint is XmlSchemaKey)
System\Xml\Schema\XmlSchemaElement.cs (1)
145[XmlElement("key", typeof(XmlSchemaKey)),
System\Xml\Serialization\SchemaObjectWriter.cs (5)
393else if (t == typeof(XmlSchemaKey)) 395Write47_XmlSchemaKey((XmlSchemaKey)o); 1029private void Write47_XmlSchemaKey(XmlSchemaKey? o) 1065else if (t == typeof(XmlSchemaKey)) 1067Write47_XmlSchemaKey((XmlSchemaKey)o);
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2674else if (ai is global::System.Xml.Schema.XmlSchemaKey) { 2675Write49_XmlSchemaKey(@"key", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaKey)ai), false, false); 2689private void Write49_XmlSchemaKey(string n, string ns, global::System.Xml.Schema.XmlSchemaKey o, bool isNullable, bool needType) { 2700if (t == typeof(global::System.Xml.Schema.XmlSchemaKey)) { 11123private global::System.Xml.Schema.XmlSchemaKey Read49_XmlSchemaKey(bool isNullable, bool checkType) { 11145global::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))]