1 write to Selector
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2202builder._identityConstraint!.Selector = builder._xpath;
15 references to Selector
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
2775string xpath = key.Selector!.XPath!; 2796string xpath = key.Selector!.XPath!;
System.Private.Xml (13)
System\Xml\Schema\CompiledidEntityConstraint.cs (2)
53_selector = new Asttree(constraint.Selector!.XPath!, false, nsmgr); 57e.SetSource(constraint.Selector!);
System\Xml\Schema\Preprocessor.cs (3)
1459if (constraint.Selector == null) 1487ValidateIdAttribute(constraint.Selector!); 1488SetParent(constraint.Selector!, constraint);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1130if (constraint.Selector == null) 1155ValidateIdAttribute(constraint.Selector!); 1156SetParent(constraint.Selector!, constraint);
System\Xml\Schema\XsdBuilder.cs (2)
2200if (builder._identityConstraint!.Selector == null) 2227if (builder._identityConstraint!.Selector == null)
System\Xml\Serialization\SchemaObjectWriter.cs (3)
1037Write49_XmlSchemaXPath(@"selector", (XmlSchemaXPath?)o.@Selector); 1094Write49_XmlSchemaXPath(@"selector", (XmlSchemaXPath?)o.@Selector); 1117Write49_XmlSchemaXPath("selector", (XmlSchemaXPath?)o.@Selector);