2 writes to XPath
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
2212builder._xpath!.XPath = value; 2236builder._xpath!.XPath = value;
6 references to XPath
System.Data.Common (3)
System\Data\XMLSchema.cs (3)
1205keyColumns.Add(FindField(table, node.XPath!)); 2775string xpath = key.Selector!.XPath!; 2796string 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)
1077WriteAttribute(@"xpath", @"", o.@XPath);