3 instantiations of XmlSchemaXPath
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
2204builder._xso = builder._xpath = new XmlSchemaXPath(); 2230builder._xso = builder._xpath = new XmlSchemaXPath();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
11040o = new Microsoft.Xml.Schema.XmlSchemaXPath();
26 references to XmlSchemaXPath
dotnet-svcutil-lib (26)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (1)
72_fields[idxField] = new Asttree(((XmlSchemaXPath)fields[idxField]).XPath, true, nsmgr);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaIdentityConstraint.cs (4)
22private XmlSchemaXPath _selector; 42[XmlElement("selector", typeof(XmlSchemaXPath))] 43public XmlSchemaXPath Selector 53[XmlElement("field", typeof(XmlSchemaXPath))]
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
672private XmlSchemaXPath _xpath; 1074_xpath = (XmlSchemaXPath)container;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (9)
374else if (t == typeof(XmlSchemaXPath)) 376Write49_XmlSchemaXPath("xpath", "", (XmlSchemaXPath)o); 1040Write49_XmlSchemaXPath(@"selector", @"", (XmlSchemaXPath)o.@Selector); 1047Write49_XmlSchemaXPath(@"field", @"", (XmlSchemaXPath)a[ia]); 1075private void Write49_XmlSchemaXPath(string name, string ns, XmlSchemaXPath o) 1098Write49_XmlSchemaXPath(@"selector", @"", (XmlSchemaXPath)o.@Selector); 1105Write49_XmlSchemaXPath(@"field", @"", (XmlSchemaXPath)a[ia]); 1122Write49_XmlSchemaXPath("selector", "", (XmlSchemaXPath)o.@Selector); 1128Write49_XmlSchemaXPath("field", "", (XmlSchemaXPath)a[ia]);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (10)
2959Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaXPath)o.@Selector), false, false); 2966Write47_XmlSchemaXPath(@"field", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaXPath)a[ia]), false, false); 2973private void Write47_XmlSchemaXPath(string n, string ns, Microsoft.Xml.Schema.XmlSchemaXPath o, bool isNullable, bool needType) 2983if (t == typeof(Microsoft.Xml.Schema.XmlSchemaXPath)) 3049Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaXPath)o.@Selector), false, false); 3056Write47_XmlSchemaXPath(@"field", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaXPath)a[ia]), false, false); 3099Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaXPath)o.@Selector), false, false); 3106Write47_XmlSchemaXPath(@"field", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaXPath)a[ia]), false, false); 11024private Microsoft.Xml.Schema.XmlSchemaXPath Read47_XmlSchemaXPath(bool isNullable, bool checkType) 11039Microsoft.Xml.Schema.XmlSchemaXPath o;