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)
490schemaInfo.SchemaElement = localSchemaElement; 950schemaInfo.SchemaElement = GetSchemaElement(); 955schemaInfo.SchemaElement = null; 1277schemaInfo.SchemaElement = localSchemaElement;
6 references to SchemaElement
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (2)
1772return _xmlSchemaInfo.SchemaElement; 2628XmlSchemaElement schemaElem = _xmlSchemaInfo.SchemaElement;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (4)
397XmlText textNode = _document.CreateTextNode(_schemaInfo.SchemaElement.ElementDecl.DefaultValueRaw); 621ancestorHasWildCard = AncestorTypeHasWildcard(_schemaInfo.SchemaElement); 640if (_schemaInfo.SchemaElement != null) 642schemaInfoFound = _schemaInfo.SchemaElement;