Implemented interface member:
property
SchemaElement
System.Xml.Schema.IXmlSchemaInfo.SchemaElement
4 writes to SchemaElement
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (4)
461schemaInfo.SchemaElement = localSchemaElement; 900schemaInfo.SchemaElement = GetSchemaElement(); 905schemaInfo.SchemaElement = null; 1249schemaInfo.SchemaElement = localSchemaElement;
11 references to SchemaElement
System.Private.Xml (6)
System\Xml\Core\XsdValidatingReader.cs (2)
1858return _xmlSchemaInfo.SchemaElement; 2782XmlSchemaElement? schemaElem = _xmlSchemaInfo.SchemaElement;
System\Xml\Dom\DocumentSchemaValidator.cs (4)
377XmlText textNode = _document.CreateTextNode(_schemaInfo.SchemaElement!.ElementDecl!.DefaultValueRaw); 594ancestorHasWildCard = AncestorTypeHasWildcard(_schemaInfo.SchemaElement); 613if (_schemaInfo.SchemaElement != null) 615schemaInfoFound = _schemaInfo.SchemaElement;
System.Private.Xml.Linq (5)
System\Xml\Schema\XNodeValidator.cs (5)
313Debug.Assert(si.SchemaElement != null); 314e.Value = GetDefaultValue(si.SchemaElement)!; 387(object?)si1.SchemaElement == (object?)si2.SchemaElement && 414XmlSchemaElement? schemaElement = si.SchemaElement;