3 instantiations of XmlSchemaXPath
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8919o = new global::System.Xml.Schema.XmlSchemaXPath();
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
2021builder.xso = builder.xpath = new XmlSchemaXPath(); 2043builder.xso = builder.xpath = new XmlSchemaXPath();
29 references to XmlSchemaXPath
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
1016foreach (XmlSchemaXPath node in keyNode.Fields) {
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
67{ typeof(XmlSchemaXPath), ErrorHandler }, 117{ typeof(XmlSchemaXPath), ErrorHandler },
System.Web.Services (10)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (10)
2324Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)o.@Selector), false, false); 2329Write47_XmlSchemaXPath(@"field", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)a[ia]), false, false); 2336void Write47_XmlSchemaXPath(string n, string ns, global::System.Xml.Schema.XmlSchemaXPath o, bool isNullable, bool needType) { 2343if (t == typeof(global::System.Xml.Schema.XmlSchemaXPath)) { 2397Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)o.@Selector), false, false); 2402Write47_XmlSchemaXPath(@"field", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)a[ia]), false, false); 2438Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)o.@Selector), false, false); 2443Write47_XmlSchemaXPath(@"field", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)a[ia]), false, false); 8906global::System.Xml.Schema.XmlSchemaXPath Read47_XmlSchemaXPath(bool isNullable, bool checkType) { 8918global::System.Xml.Schema.XmlSchemaXPath o;
System.Xml (16)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
61this.fields[idxField] = new Asttree(((XmlSchemaXPath)fields[idxField]).XPath, true, nsmgr);
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (4)
20XmlSchemaXPath selector; 39[XmlElement("selector", typeof(XmlSchemaXPath))] 40public XmlSchemaXPath Selector { 49[XmlElement("field", typeof(XmlSchemaXPath))]
System\Xml\Schema\XsdBuilder.cs (2)
661private XmlSchemaXPath xpath; 1028this.xpath = (XmlSchemaXPath)container;
System\Xml\Serialization\SchemaObjectWriter.cs (9)
310else if (t == typeof(XmlSchemaXPath)) { 311Write49_XmlSchemaXPath("xpath", "", (XmlSchemaXPath)o); 865Write49_XmlSchemaXPath(@"selector", @"", (XmlSchemaXPath)o.@Selector); { 869Write49_XmlSchemaXPath(@"field", @"", (XmlSchemaXPath)a[ia]); 893void Write49_XmlSchemaXPath(string name, string ns, XmlSchemaXPath o) { 914Write49_XmlSchemaXPath(@"selector", @"", (XmlSchemaXPath)o.@Selector); { 918Write49_XmlSchemaXPath(@"field", @"", (XmlSchemaXPath)a[ia]); 934Write49_XmlSchemaXPath("selector", "", (XmlSchemaXPath)o.@Selector); 938Write49_XmlSchemaXPath("field", "", (XmlSchemaXPath)a[ia]);