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