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