1 instantiation of SchemaExporter
System.Runtime.Serialization (1)
System\Runtime\Serialization\XsdDataContractExporter.cs (1)
254
SchemaExporter schemaExporter = new
SchemaExporter
(GetSchemaSet(), DataContractSet);
26 references to SchemaExporter
System.Runtime.Serialization (26)
System\Runtime\Serialization\DataContract.cs (1)
1517
SchemaExporter
.GetXmlTypeInfo(type, out xmlTypeStableName, out xsdType, out hasRoot);
System\Runtime\Serialization\SchemaImporter.cs (22)
220
if (SchemaObjects.TryGetValue(
SchemaExporter
.AnytypeQualifiedName, out schemaObjectInfo))
247
schemaObjects.Add(
SchemaExporter
.AnytypeQualifiedName, new SchemaObjectInfo(null, null, null, knownTypesForObject));
385
return ImportType(
SchemaExporter
.AnytypeQualifiedName);
479
if (baseTypeName ==
SchemaExporter
.AnytypeQualifiedName)
554
XmlQualifiedName expectedBase =
SchemaExporter
.StringQualifiedName;
824
string isValueTypeInnerText = GetInnerText(typeName, ImportAnnotation(annotation,
SchemaExporter
.IsValueTypeName));
879
XmlSchemaAny iSerializableWildcardElement =
SchemaExporter
.ISerializableWildcardElement;
889
XmlQualifiedName factoryTypeAttributeRefName =
SchemaExporter
.ISerializableFactoryTypeAttribute.RefName;
958
elementTypeName =
SchemaExporter
.AnytypeQualifiedName;
994
memberTypeContract = ImportType(
SchemaExporter
.AnytypeQualifiedName);
1028
XmlQualifiedName surrogateDataAnnotationName =
SchemaExporter
.SurrogateDataAnnotationName;
1036
XmlElement defaultValueElement = ImportAnnotation(annotation,
SchemaExporter
.DefaultValueAnnotation);
1042
throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.AnnotationAttributeNotFound,
SchemaExporter
.DefaultValueAnnotation.Name, typeName.Name, typeName.Namespace, Globals.EmitDefaultValueAttribute)));
1048
XmlElement actualTypeElement = ImportAnnotation(annotation,
SchemaExporter
.ActualTypeAnnotationName);
1055
throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.AnnotationAttributeNotFound,
SchemaExporter
.ActualTypeAnnotationName.Name, typeName.Name, typeName.Namespace, Globals.ActualTypeNameAttribute)));
1059
throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.AnnotationAttributeNotFound,
SchemaExporter
.ActualTypeAnnotationName.Name, typeName.Name, typeName.Namespace, Globals.ActualTypeNamespaceAttribute)));
1104
dataContract.ItemContract = ImportType(
SchemaExporter
.AnytypeQualifiedName);
1160
string isDictionaryInnerText = GetInnerText(typeName, ImportAnnotation(annotation,
SchemaExporter
.IsDictionaryAnnotationName));
1204
dataContract.BaseContractName = ImportActualType(annotation,
SchemaExporter
.DefaultEnumBaseTypeName, typeName);
1219
string valueInnerText = GetInnerText(typeName, ImportAnnotation(enumFacet.Annotation,
SchemaExporter
.EnumerationValueAnnotationName));
1221
dataContract.Values.Add(
SchemaExporter
.GetDefaultEnumValue(isFlags, dataContract.Members.Count));
1258
XmlQualifiedName surrogateDataAnnotationName =
SchemaExporter
.SurrogateDataAnnotationName;
System\Runtime\Serialization\XmlDataContract.cs (1)
204
SchemaExporter
.GetXmlTypeInfo(type, out stableName, out xsdType, out hasRoot);
System\Runtime\Serialization\XmlSerializableServices.cs (1)
77
SchemaExporter
.AddDefaultXmlType(schemas, typeQName.Name, typeQName.Namespace);
System\Runtime\Serialization\XsdDataContractExporter.cs (1)
254
SchemaExporter
schemaExporter = new SchemaExporter(GetSchemaSet(), DataContractSet);