3 writes to @XPath
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8929o.@XPath = Reader.Value;
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
2031builder.xpath.XPath = value; 2052builder.xpath.XPath = value;
9 references to @XPath
System.Data (3)
fx\src\data\System\Data\XMLSchema.cs (3)
1017keyColumns.Add(FindField(table, node.XPath)); 2389string xpath = key.Selector.XPath; 2409string xpath = key.Selector.XPath;
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
2362if ((((global::System.String)o.@XPath) != null) && (((global::System.String)o.@XPath).Length != 0)) { 2363WriteAttribute(@"xpath", @"", ((global::System.String)o.@XPath));
System.Xml (3)
System\Xml\Schema\CompiledidEntityConstraint.cs (2)
50this.selector = new Asttree(constraint.Selector.XPath, false, nsmgr); 61this.fields[idxField] = new Asttree(((XmlSchemaXPath)fields[idxField]).XPath, true, nsmgr);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
897WriteAttribute(@"xpath", @"", o.@XPath);