4 writes to Selector
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2207
builder._identityConstraint.
Selector
= builder._xpath;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
11000
o.
@Selector
= Read47_XmlSchemaXPath(false, true);
11174
o.
@Selector
= Read47_XmlSchemaXPath(false, true);
11266
o.
@Selector
= Read47_XmlSchemaXPath(false, true);
16 references to Selector
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (2)
58
_selector = new Asttree(constraint.
Selector
.XPath, false, nsmgr);
62
e.SetSource(constraint.
Selector
);
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1492
if (constraint.
Selector
== null)
1518
ValidateIdAttribute(constraint.
Selector
);
1519
SetParent(constraint.
Selector
, constraint);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
1137
if (constraint.
Selector
== null)
1163
ValidateIdAttribute(constraint.
Selector
);
1164
SetParent(constraint.
Selector
, constraint);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
2205
if (builder._identityConstraint.
Selector
== null)
2232
if (builder._identityConstraint.
Selector
== null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (3)
1040
Write49_XmlSchemaXPath(@"selector", @"", (XmlSchemaXPath)o.
@Selector
);
1098
Write49_XmlSchemaXPath(@"selector", @"", (XmlSchemaXPath)o.
@Selector
);
1122
Write49_XmlSchemaXPath("selector", "", (XmlSchemaXPath)o.
@Selector
);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
2959
Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaXPath)o.
@Selector
), false, false);
3049
Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaXPath)o.
@Selector
), false, false);
3099
Write47_XmlSchemaXPath(@"selector", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaXPath)o.
@Selector
), false, false);