1 instantiation of XmlSchemaKey
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2163builder._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)
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.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))]