2 writes to SchemaElement
System.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1910
decl.
SchemaElement
= xe; //So this is available for PSVI
System\Xml\Schema\SchemaSetCompiler.cs (1)
2265
decl.
SchemaElement
= xe; //So this is available for PSVI
5 references to SchemaElement
System.Xml (5)
System\Xml\Schema\SchemaInfo.cs (2)
146
return ed.
SchemaElement
;
162
return ed.
SchemaElement
;
System\Xml\Schema\XmlSchemaValidator.cs (3)
1778
if (beforeXsiDecl.
SchemaElement
!= null) {
1779
XmlSchemaElement xsiElement = (XmlSchemaElement)beforeXsiDecl.
SchemaElement
.Clone(null);
1787
return currentDecl.
SchemaElement
;