5 implementations of SchemaElement
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (1)
1085
XmlSchemaElement IXmlSchemaInfo.
SchemaElement
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
1766
XmlSchemaElement IXmlSchemaInfo.
SchemaElement
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlName.cs (1)
161
public virtual XmlSchemaElement
SchemaElement
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaInfo.cs (1)
104
public XmlSchemaElement
SchemaElement
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
1139
public virtual XmlSchemaElement
SchemaElement
{ get { return IsReading ? this.schemaInfo.SchemaElement : null; } }
9 references to SchemaElement
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (1)
1089
return _readerAsIXmlSchemaInfo.
SchemaElement
;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (3)
109
XmlSchemaElement schemaElement = schemaInfo.
SchemaElement
;
522
if (parentSchemaInfo.
SchemaElement
!= null || parentSchemaInfo.SchemaType != null)
543
XmlSchemaObject ancestorSchemaObject = parentSchemaInfo.
SchemaElement
;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlName.cs (3)
223
_decl = schemaInfo.
SchemaElement
!= null
224
? (object)schemaInfo.
SchemaElement
309
&& (object)schemaInfo.
SchemaElement
== (object)(_decl as XmlSchemaElement)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
1069
schemaElement = schemaInfo.
SchemaElement
;
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
1139
public virtual XmlSchemaElement SchemaElement { get { return IsReading ? this.schemaInfo.
SchemaElement
: null; } }