3 types derived from XmlSchemaIdentityConstraint
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (3)
76public class XmlSchemaUnique : XmlSchemaIdentityConstraint 80public class XmlSchemaKey : XmlSchemaIdentityConstraint 84public class XmlSchemaKeyref : XmlSchemaIdentityConstraint
42 references to XmlSchemaIdentityConstraint
netstandard (1)
netstandard.cs (1)
2333[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaIdentityConstraint))]
System.Data.Common (10)
System\Data\XMLSchema.cs (10)
123public XmlSchemaIdentityConstraint constraint; 124public ConstraintTable(DataTable t, XmlSchemaIdentityConstraint c) 1199internal static DataColumn[] BuildKey(XmlSchemaIdentityConstraint keyNode, DataTable table) 1387internal void HandleConstraint(XmlSchemaIdentityConstraint keyNode) 1519foreach (XmlSchemaIdentityConstraint key in _dsElement.Constraints) 1657foreach (XmlSchemaIdentityConstraint key in _dsElement.Constraints) 1685foreach (XmlSchemaIdentityConstraint key in _dsElement.Constraints) 2704foreach (XmlSchemaIdentityConstraint key in node.Constraints) 2773private string? GetTableNamespace(XmlSchemaIdentityConstraint key) 2794private static string GetTableName(XmlSchemaIdentityConstraint key)
System.Private.Xml (29)
System\Xml\Schema\BaseProcessor.cs (1)
140else if (item is XmlSchemaIdentityConstraint)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
46public CompiledIdentityConstraint(XmlSchemaIdentityConstraint constraint, XmlNamespaceManager nsmgr)
System\Xml\Schema\Preprocessor.cs (3)
1428XmlSchemaIdentityConstraint identityConstraint = (XmlSchemaIdentityConstraint)element.Constraints[i]; 1434private void PreprocessIdentityConstraint(XmlSchemaIdentityConstraint constraint)
System\Xml\Schema\SchemaCollectionCompiler.cs (7)
241foreach (XmlSchemaIdentityConstraint? identityConstraint in _schema.IdentityConstraints.Values) 394((XmlSchemaIdentityConstraint)element.Constraints[i]).CompiledConstraint = null; 2116private void CompileIdentityConstraint(XmlSchemaIdentityConstraint xi) 2138XmlSchemaIdentityConstraint? ic = (XmlSchemaIdentityConstraint?)_schema!.IdentityConstraints[((XmlSchemaKeyref)xi).Refer]; 2318XmlSchemaIdentityConstraint constraint = (XmlSchemaIdentityConstraint)constraints[i];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1101PreprocessIdentityConstraint((XmlSchemaIdentityConstraint)element.Constraints[i]); 1105private void PreprocessIdentityConstraint(XmlSchemaIdentityConstraint constraint)
System\Xml\Schema\SchemaSetCompiler.cs (8)
120foreach (XmlSchemaIdentityConstraint? ic in schema.IdentityConstraints.Values) 237foreach (XmlSchemaIdentityConstraint? identityConstraint in _identityConstraints.Values) 399((XmlSchemaIdentityConstraint)element.Constraints[i]).CompiledConstraint = null; 2572private void CompileIdentityConstraint(XmlSchemaIdentityConstraint xi) 2594XmlSchemaIdentityConstraint? ic = (XmlSchemaIdentityConstraint?)_identityConstraints[((XmlSchemaKeyref)xi).Refer]; 2788XmlSchemaIdentityConstraint constraint = (XmlSchemaIdentityConstraint)constraints[i];
System\Xml\Schema\XsdBuilder.cs (2)
662private XmlSchemaIdentityConstraint? _identityConstraint; 1062_identityConstraint = (XmlSchemaIdentityConstraint)container;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
120else if (o is XmlSchemaIdentityConstraint) 122return ((XmlSchemaIdentityConstraint)o).QualifiedName; 378else if (t == typeof(XmlSchemaIdentityConstraint)) 380Write48_XmlSchemaIdentityConstraint((XmlSchemaIdentityConstraint)o); 1051private void Write48_XmlSchemaIdentityConstraint(XmlSchemaIdentityConstraint? o)
System.Xml (1)
System.Xml.cs (1)
58[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaIdentityConstraint))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
57[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaIdentityConstraint))]