3 writes to XPath
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
2217
builder._xpath.
XPath
= value;
2241
builder._xpath.
XPath
= value;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
11053
o.
@XPath
= Reader.Value;
6 references to XPath
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (2)
58
_selector = new Asttree(constraint.Selector.
XPath
, false, nsmgr);
72
_fields[idxField] = new Asttree(((XmlSchemaXPath)fields[idxField]).
XPath
, true, nsmgr);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
1080
WriteAttribute(@"xpath", @"", o.
@XPath
);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
3006
if ((((global::System.String)o.
@XPath
) != null) && (((global::System.String)o.
@XPath
).Length != 0))
3008
WriteAttribute(@"xpath", @"", ((global::System.String)o.
@XPath
));