5 implementations of SchemaElement
System.Xml (5)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
908
XmlSchemaElement IXmlSchemaInfo.
SchemaElement
{
System\Xml\Core\XsdValidatingReader.cs (1)
1446
XmlSchemaElement IXmlSchemaInfo.
SchemaElement
{
System\Xml\Dom\XmlName.cs (1)
127
public virtual XmlSchemaElement
SchemaElement
{
System\Xml\Schema\XmlSchemaInfo.cs (1)
83
public XmlSchemaElement
SchemaElement
{
System\Xml\XPath\XPathNavigatorReader.cs (1)
987
public virtual XmlSchemaElement
SchemaElement
{ get { return IsReading ? this.schemaInfo.SchemaElement : null; } }
10 references to SchemaElement
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
756
return XmlQueryTypeFactory.Type(nav.NodeType, XmlQualifiedNameTest.New(nav.LocalName, nav.NamespaceURI), nav.XmlType, nav.SchemaInfo.
SchemaElement
.IsNillable);
System.Xml (9)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
910
return readerAsIXmlSchemaInfo.
SchemaElement
;
System\Xml\Dom\DocumentSchemaValidator.cs (3)
104
XmlSchemaElement schemaElement = schemaInfo.
SchemaElement
;
452
if (parentSchemaInfo.
SchemaElement
!= null || parentSchemaInfo.SchemaType != null) {
470
XmlSchemaObject ancestorSchemaObject = parentSchemaInfo.
SchemaElement
;
System\Xml\Dom\XmlName.cs (3)
179
decl = schemaInfo.
SchemaElement
!= null
180
? (object)schemaInfo.
SchemaElement
247
&& (object)schemaInfo.
SchemaElement
== (object)(decl as XmlSchemaElement)
System\Xml\XPath\XPathNavigator.cs (1)
891
schemaElement = schemaInfo.
SchemaElement
;
System\Xml\XPath\XPathNavigatorReader.cs (1)
987
public virtual XmlSchemaElement SchemaElement { get { return IsReading ? this.schemaInfo.
SchemaElement
: null; } }