3 instantiations of XmlSchemaXPath
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
2199builder._xso = builder._xpath = new XmlSchemaXPath(); 2225builder._xso = builder._xpath = new XmlSchemaXPath();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10971o = new global::System.Xml.Schema.XmlSchemaXPath();
30 references to XmlSchemaXPath
netstandard (1)
netstandard.cs (1)
2376[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaXPath))]
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
1203foreach (XmlSchemaXPath node in keyNode.Fields)
System.Private.Xml (16)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
67_fields[idxField] = new Asttree(((XmlSchemaXPath)fields[idxField]).XPath!, true, nsmgr);
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (4)
13private XmlSchemaXPath? _selector; 25[XmlElement("selector", typeof(XmlSchemaXPath))] 26public XmlSchemaXPath? Selector 32[XmlElement("field", typeof(XmlSchemaXPath))]
System\Xml\Schema\XsdBuilder.cs (2)
663private XmlSchemaXPath? _xpath; 1066_xpath = (XmlSchemaXPath)container;
System\Xml\Serialization\SchemaObjectWriter.cs (9)
373else if (t == typeof(XmlSchemaXPath)) 375Write49_XmlSchemaXPath("xpath", (XmlSchemaXPath)o); 1037Write49_XmlSchemaXPath(@"selector", (XmlSchemaXPath?)o.@Selector); 1044Write49_XmlSchemaXPath(@"field", (XmlSchemaXPath)a[ia]); 1072private void Write49_XmlSchemaXPath(string name, XmlSchemaXPath? o) 1094Write49_XmlSchemaXPath(@"selector", (XmlSchemaXPath?)o.@Selector); 1101Write49_XmlSchemaXPath(@"field", (XmlSchemaXPath)a[ia]); 1117Write49_XmlSchemaXPath("selector", (XmlSchemaXPath?)o.@Selector); 1123Write49_XmlSchemaXPath("field", (XmlSchemaXPath)a[ia]);
System.Web.Services.Description (10)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (10)
2725Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)o.@Selector), false, false); 2730Write47_XmlSchemaXPath(@"field", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)a[ia]), false, false); 2737private void Write47_XmlSchemaXPath(string n, string ns, global::System.Xml.Schema.XmlSchemaXPath o, bool isNullable, bool needType) { 2748if (t == typeof(global::System.Xml.Schema.XmlSchemaXPath)) { 2814Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)o.@Selector), false, false); 2819Write47_XmlSchemaXPath(@"field", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)a[ia]), false, false); 2863Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)o.@Selector), false, false); 2868Write47_XmlSchemaXPath(@"field", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaXPath)a[ia]), false, false); 10948private global::System.Xml.Schema.XmlSchemaXPath Read47_XmlSchemaXPath(bool isNullable, bool checkType) { 10970global::System.Xml.Schema.XmlSchemaXPath o;
System.Xml (1)
System.Xml.cs (1)
101[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaXPath))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
100[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaXPath))]