3 writes to XPath
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
2212builder._xpath!.XPath = value; 2236builder._xpath!.XPath = value;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10981o.@XPath = Reader.Value;
9 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);
System.Web.Services.Description (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
2771if ((((global::System.String)o.@XPath) != null) && (((global::System.String)o.@XPath).Length != 0)) { 2772WriteAttribute(@"xpath", @"", ((global::System.String)o.@XPath));