5 writes to SchemaType
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
469
space.
SchemaType
= type;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1435
builder._attribute.
SchemaType
= builder._simpleType;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (2)
818
attribute.
SchemaType
= dataType;
824
attribute.
SchemaType
= (XmlSchemaSimpleType)ExportAnonymousPrimitiveMapping(pm);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
9229
o.
@SchemaType
= Read34_XmlSchemaSimpleType(false, true);
29 references to SchemaType
dotnet-svcutil-lib (29)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (4)
1223
attribute.
SchemaType
!= null ||
1261
if (attribute.
SchemaType
!= null)
1263
SetParent(attribute.
SchemaType
, attribute);
1268
PreprocessSimpleType(attribute.
SchemaType
, true);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (7)
301
if (attribute.
SchemaType
!= null)
303
CleanupSimpleType((XmlSchemaSimpleType)attribute.
SchemaType
);
2115
if (xa.
SchemaType
!= null)
2117
CompileSimpleType(xa.
SchemaType
);
2118
xa.SetAttributeType(xa.
SchemaType
);
2119
decl.SchemaType = xa.
SchemaType
;
2120
decl.Datatype = xa.
SchemaType
.Datatype;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (4)
872
attribute.
SchemaType
!= null ||
908
if (attribute.
SchemaType
!= null)
910
SetParent(attribute.
SchemaType
, attribute);
915
PreprocessSimpleType(attribute.
SchemaType
, true);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (7)
279
if (attribute.
SchemaType
!= null)
281
CleanupSimpleType((XmlSchemaSimpleType)attribute.
SchemaType
);
2525
if (xa.
SchemaType
!= null)
2527
CompileSimpleType(xa.
SchemaType
);
2528
xa.SetAttributeType(xa.
SchemaType
);
2529
decl.SchemaType = xa.
SchemaType
;
2530
decl.Datatype = xa.
SchemaType
.Datatype;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1431
if (builder._attribute.
SchemaType
!= null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
517
Depends(at.
SchemaType
, refs);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
330
Write9_XmlSchemaSimpleType((XmlSchemaSimpleType)o.
@SchemaType
);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (3)
1720
else if (attribute.
SchemaType
!= null)
1721
mapping = ImportDataType((XmlSchemaSimpleType)attribute.
SchemaType
, ns, identifier, null, TypeFlags.CanBeAttributeValue, false);
1730
RunSchemaExtensions(mapping, attribute.SchemaTypeName, attribute.
SchemaType
, attribute, TypeFlags.CanBeElementValue | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeTextValue);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4132
Write34_XmlSchemaSimpleType(@"simpleType", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaSimpleType)o.
@SchemaType
), false, false);