2 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();
20 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.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))]