2 instantiations of XmlSchemaXPath
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
2199
builder._xso = builder._xpath = new
XmlSchemaXPath
();
2225
builder._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)
1203
foreach (
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)
13
private
XmlSchemaXPath
? _selector;
25
[XmlElement("selector", typeof(
XmlSchemaXPath
))]
26
public
XmlSchemaXPath
? Selector
32
[XmlElement("field", typeof(
XmlSchemaXPath
))]
System\Xml\Schema\XsdBuilder.cs (2)
663
private
XmlSchemaXPath
? _xpath;
1066
_xpath = (
XmlSchemaXPath
)container;
System\Xml\Serialization\SchemaObjectWriter.cs (9)
373
else if (t == typeof(
XmlSchemaXPath
))
375
Write49_XmlSchemaXPath("xpath", (
XmlSchemaXPath
)o);
1037
Write49_XmlSchemaXPath(@"selector", (
XmlSchemaXPath
?)o.@Selector);
1044
Write49_XmlSchemaXPath(@"field", (
XmlSchemaXPath
)a[ia]);
1072
private void Write49_XmlSchemaXPath(string name,
XmlSchemaXPath
? o)
1094
Write49_XmlSchemaXPath(@"selector", (
XmlSchemaXPath
?)o.@Selector);
1101
Write49_XmlSchemaXPath(@"field", (
XmlSchemaXPath
)a[ia]);
1117
Write49_XmlSchemaXPath("selector", (
XmlSchemaXPath
?)o.@Selector);
1123
Write49_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
))]