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