2 writes to XPath
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
2212
builder._xpath!.
XPath
= value;
2236
builder._xpath!.
XPath
= value;
6 references to XPath
System.Data.Common (3)
System\Data\XMLSchema.cs (3)
1205
keyColumns.Add(FindField(table, node.
XPath
!));
2775
string xpath = key.Selector!.
XPath
!;
2796
string xpath = key.Selector!.
XPath
!;
System.Private.Xml (3)
System\Xml\Schema\CompiledidEntityConstraint.cs (2)
53
_selector = new Asttree(constraint.Selector!.
XPath
!, false, nsmgr);
67
_fields[idxField] = new Asttree(((XmlSchemaXPath)fields[idxField]).
XPath
!, true, nsmgr);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
1077
WriteAttribute(@"xpath", @"", o.
@XPath
);