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)
489schemaInfo.SchemaType = localSchemaType; 726schemaInfo.SchemaType = localAttribute == null ? null : localAttribute.AttributeSchemaType; 949schemaInfo.SchemaType = currentElementDecl.SchemaType; 954schemaInfo.SchemaType = null; 1104attSchemaInfo.SchemaType = attdef.SchemaType; 1276schemaInfo.SchemaType = localSchemaType;
5 references to SchemaType
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (4)
418return _xmlSchemaInfo.SchemaType.Datatype.ValueType; 425return AttributeSchemaInfo.SchemaType.Datatype.ValueType; 1752return _xmlSchemaInfo.SchemaType; 1757return AttributeSchemaInfo.SchemaType;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
646schemaInfoFound = _schemaInfo.SchemaType;