2 writes to SchemaElement
System.Private.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2325
decl.
SchemaElement
= xe; //So this is available for PSVI
System\Xml\Schema\SchemaSetCompiler.cs (1)
2794
decl.
SchemaElement
= xe; //So this is available for PSVI
4 references to SchemaElement
System.Private.Xml (4)
System\Xml\Schema\SchemaInfo.cs (1)
137
return ed.
SchemaElement
;
System\Xml\Schema\XmlSchemaValidator.cs (3)
2108
if (beforeXsiDecl.
SchemaElement
!= null)
2110
XmlSchemaElement xsiElement = (XmlSchemaElement)beforeXsiDecl.
SchemaElement
.Clone(null);
2119
return currentDecl.
SchemaElement
;