4 writes to SchemaType
System.Private.Xml (4)
System\Xml\Schema\Preprocessor.cs (1)
451
space.
SchemaType
= type;
System\Xml\Schema\XsdBuilder.cs (1)
1428
builder._attribute.
SchemaType
= builder._simpleType;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
777
attribute.
SchemaType
= dataType;
783
attribute.
SchemaType
= (XmlSchemaSimpleType)ExportAnonymousPrimitiveMapping(pm);
28 references to SchemaType
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
1945
typeNode = isAttr ? attr!.
SchemaType
: el!.SchemaType;
System.Private.Xml (27)
System\Xml\Schema\Preprocessor.cs (4)
1190
attribute.
SchemaType
!= null ||
1228
if (attribute.
SchemaType
!= null)
1230
SetParent(attribute.
SchemaType
, attribute);
1235
PreprocessSimpleType(attribute.
SchemaType
, true);
System\Xml\Schema\SchemaCollectionCompiler.cs (7)
314
if (attribute.
SchemaType
!= null)
316
CleanupSimpleType((XmlSchemaSimpleType)attribute.
SchemaType
);
2037
if (xa.
SchemaType
!= null)
2039
CompileSimpleType(xa.
SchemaType
);
2040
xa.SetAttributeType(xa.
SchemaType
);
2041
decl.SchemaType = xa.
SchemaType
;
2042
decl.Datatype = xa.
SchemaType
.Datatype!;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
864
attribute.
SchemaType
!= null ||
900
if (attribute.
SchemaType
!= null)
902
SetParent(attribute.
SchemaType
, attribute);
907
PreprocessSimpleType(attribute.
SchemaType
, true);
System\Xml\Schema\SchemaSetCompiler.cs (7)
294
if (attribute.
SchemaType
!= null)
296
CleanupSimpleType((XmlSchemaSimpleType)attribute.
SchemaType
);
2470
if (xa.
SchemaType
!= null)
2472
CompileSimpleType(xa.
SchemaType
);
2473
xa.SetAttributeType(xa.
SchemaType
);
2474
decl.SchemaType = xa.
SchemaType
;
2475
decl.Datatype = xa.
SchemaType
.Datatype!;
System\Xml\Schema\XsdBuilder.cs (1)
1424
if (builder._attribute!.
SchemaType
!= null)
System\Xml\Serialization\ImportContext.cs (1)
432
Depends(at.
SchemaType
, refs);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
329
Write9_XmlSchemaSimpleType((XmlSchemaSimpleType?)o.
@SchemaType
);
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1621
else if (attribute.
SchemaType
!= null)
1622
mapping = ImportDataType((XmlSchemaSimpleType)attribute.
SchemaType
, ns, identifier, null, TypeFlags.CanBeAttributeValue, false);