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