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