3 writes to XPath
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
2217builder._xpath.XPath = value; 2241builder._xpath.XPath = value;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
11053o.@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)
1080WriteAttribute(@"xpath", @"", o.@XPath);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
3006if ((((global::System.String)o.@XPath) != null) && (((global::System.String)o.@XPath).Length != 0)) 3008WriteAttribute(@"xpath", @"", ((global::System.String)o.@XPath));