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