4 writes to @Selector
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
8885o.@Selector = Read47_XmlSchemaXPath(false, true); 9029o.@Selector = Read47_XmlSchemaXPath(false, true); 9105o.@Selector = Read47_XmlSchemaXPath(false, true);
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2023builder.identityConstraint.Selector = builder.xpath;
18 references to @Selector
System.Data (2)
fx\src\data\System\Data\XMLSchema.cs (2)
2389string xpath = key.Selector.XPath; 2409string xpath = key.Selector.XPath;
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
2324Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)o.@Selector), false, false); 2397Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)o.@Selector), false, false); 2438Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)o.@Selector), false, false);
System.Xml (13)
System\Xml\Schema\CompiledidEntityConstraint.cs (2)
50this.selector = new Asttree(constraint.Selector.XPath, false, nsmgr); 53e.SetSource(constraint.Selector);
System\Xml\Schema\Preprocessor.cs (3)
1221if (constraint.Selector == null) { 1241ValidateIdAttribute(constraint.Selector); 1242SetParent(constraint.Selector, constraint);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
909if (constraint.Selector == null) { 929ValidateIdAttribute(constraint.Selector); 930SetParent(constraint.Selector, constraint);
System\Xml\Schema\XsdBuilder.cs (2)
2022if ( builder.identityConstraint.Selector == null ) { 2045if ( builder.identityConstraint.Selector == null ) {
System\Xml\Serialization\SchemaObjectWriter.cs (3)
865Write49_XmlSchemaXPath(@"selector", @"", (XmlSchemaXPath)o.@Selector); { 914Write49_XmlSchemaXPath(@"selector", @"", (XmlSchemaXPath)o.@Selector); { 934Write49_XmlSchemaXPath("selector", "", (XmlSchemaXPath)o.@Selector);