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