Implemented interface member:
property
SchemaElement
Microsoft.Xml.Schema.IXmlSchemaInfo.SchemaElement
4 writes to SchemaElement
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
490
schemaInfo.
SchemaElement
= localSchemaElement;
950
schemaInfo.
SchemaElement
= GetSchemaElement();
955
schemaInfo.
SchemaElement
= null;
1277
schemaInfo.
SchemaElement
= localSchemaElement;
6 references to SchemaElement
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (2)
1772
return _xmlSchemaInfo.
SchemaElement
;
2628
XmlSchemaElement schemaElem = _xmlSchemaInfo.
SchemaElement
;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (4)
397
XmlText textNode = _document.CreateTextNode(_schemaInfo.
SchemaElement
.ElementDecl.DefaultValueRaw);
621
ancestorHasWildCard = AncestorTypeHasWildcard(_schemaInfo.
SchemaElement
);
640
if (_schemaInfo.
SchemaElement
!= null)
642
schemaInfoFound = _schemaInfo.
SchemaElement
;