3 writes to xpath
System.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
1028this.xpath = (XmlSchemaXPath)container; 2021builder.xso = builder.xpath = new XmlSchemaXPath(); 2043builder.xso = builder.xpath = new XmlSchemaXPath();
5 references to xpath
System.Xml (5)
System\Xml\Schema\XsdBuilder.cs (5)
905container = this.xpath; 2023builder.identityConstraint.Selector = builder.xpath; 2031builder.xpath.XPath = value; 2048builder.identityConstraint.Fields.Add(builder.xpath); 2052builder.xpath.XPath = value;