Implemented interface member:
property
SchemaType
Microsoft.Xml.Schema.IXmlSchemaInfo.SchemaType
7 writes to SchemaType
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
465
_attributeSchemaInfo.
SchemaType
= schemaAttribute.AttributeSchemaType;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (6)
489
schemaInfo.
SchemaType
= localSchemaType;
726
schemaInfo.
SchemaType
= localAttribute == null ? null : localAttribute.AttributeSchemaType;
949
schemaInfo.
SchemaType
= currentElementDecl.SchemaType;
954
schemaInfo.
SchemaType
= null;
1104
attSchemaInfo.
SchemaType
= attdef.SchemaType;
1276
schemaInfo.
SchemaType
= localSchemaType;
5 references to SchemaType
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (4)
418
return _xmlSchemaInfo.
SchemaType
.Datatype.ValueType;
425
return AttributeSchemaInfo.
SchemaType
.Datatype.ValueType;
1752
return _xmlSchemaInfo.
SchemaType
;
1757
return AttributeSchemaInfo.
SchemaType
;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
646
schemaInfoFound = _schemaInfo.
SchemaType
;