17 references to Constraints
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
1459
for (int i = 0; i < element.
Constraints
.Count; ++i)
1461
XmlSchemaIdentityConstraint identityConstraint = (XmlSchemaIdentityConstraint)element.
Constraints
[i];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (3)
381
for (int i = 0; i < element.
Constraints
.Count; ++i)
383
((XmlSchemaIdentityConstraint)element.
Constraints
[i]).CompiledConstraint = null;
2398
XmlSchemaObjectCollection constraints = xe.
Constraints
;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
1105
for (int i = 0; i < element.
Constraints
.Count; ++i)
1107
SetParent(element.
Constraints
[i], element);
1108
PreprocessIdentityConstraint((XmlSchemaIdentityConstraint)element.
Constraints
[i]);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
383
for (int i = 0; i < element.
Constraints
.Count; ++i)
385
((XmlSchemaIdentityConstraint)element.
Constraints
[i]).CompiledConstraint = null;
2841
XmlSchemaObjectCollection constraints = xe.
Constraints
;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (3)
1442
if (builder._element.
Constraints
.Count != 0)
1603
if (builder._element.
Constraints
.Count != 0)
2174
builder._element.
Constraints
.Add(builder._identityConstraint);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
1027
WriteSortedItems(o.
Constraints
);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
2891
Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.
@Constraints
;
10781
Microsoft.Xml.Schema.XmlSchemaObjectCollection a_18 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.
@Constraints
;