26 references to Constraints
System.Data (8)
fx\src\data\System\Data\XMLSchema.cs (8)
1300
if ((dsElement != null) && (dsElement.
Constraints
!=null)) {
1301
foreach (XmlSchemaIdentityConstraint key in dsElement.
Constraints
) {
1428
if ((dsElement != null) && (dsElement.
Constraints
!=null)) {
1429
foreach (XmlSchemaIdentityConstraint key in dsElement.
Constraints
) {
1452
if ((dsElement != null) && (dsElement.
Constraints
!=null)) {
1453
foreach (XmlSchemaIdentityConstraint key in dsElement.
Constraints
) {
2330
if (node.
Constraints
!= null) {
2331
foreach (XmlSchemaIdentityConstraint key in node.
Constraints
) {
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (1)
252
foreach (XmlSchemaObject constraint in contentElement.
Constraints
)
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2270
global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.
@Constraints
;
8708
global::System.Xml.Schema.XmlSchemaObjectCollection a_18 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.
@Constraints
;
System.Xml (15)
System\Xml\Schema\Preprocessor.cs (2)
1194
for (int i = 0; i < element.
Constraints
.Count; ++i) {
1195
XmlSchemaIdentityConstraint identityConstraint = (XmlSchemaIdentityConstraint)element.
Constraints
[i];
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
308
for (int i = 0; i < element.
Constraints
.Count; ++i) {
309
((XmlSchemaIdentityConstraint)element.
Constraints
[i]).CompiledConstraint = null;
1900
XmlSchemaObjectCollection constraints = xe.
Constraints
;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
883
for (int i = 0; i < element.
Constraints
.Count; ++i) {
884
SetParent(element.
Constraints
[i], element);
885
PreprocessIdentityConstraint((XmlSchemaIdentityConstraint)element.
Constraints
[i]);
System\Xml\Schema\SchemaSetCompiler.cs (3)
309
for (int i = 0; i < element.
Constraints
.Count; ++i) {
310
((XmlSchemaIdentityConstraint)element.
Constraints
[i]).CompiledConstraint = null;
2255
XmlSchemaObjectCollection constraints = xe.
Constraints
;
System\Xml\Schema\XsdBuilder.cs (3)
1350
if (builder.element.
Constraints
.Count != 0) {
1490
if (builder.element.
Constraints
.Count != 0) {
1996
builder.element.
Constraints
.Add(builder.identityConstraint);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
853
WriteSortedItems(o.
Constraints
);