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