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