7 references to GetElementDecl
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
238SchemaElementDecl elementDecl = schemaInfo.GetElementDecl(elementName);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (2)
164SchemaElementDecl ed = GetElementDecl(qname); 184SchemaElementDecl ed = GetElementDecl(qname);
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
225SchemaElementDecl elementDecl = schemaInfo.GetElementDecl(elementName);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
459elementDecl = _compiledSchemaInfo.GetElementDecl(elementName); 1652elementDecl = _compiledSchemaInfo.GetElementDecl(elementName);
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
389elementDecl = schemaInfo.GetElementDecl(elementName);