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