24 references to SchemaExporter
dotnet-svcutil-lib (24)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
1512
SchemaExporter
.GetXmlTypeInfo(type, out xmlTypeStableName, out xsdType, out hasRoot);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (22)
219
if (SchemaObjects.TryGetValue(
SchemaExporter
.AnytypeQualifiedName, out schemaObjectInfo))
246
schemaObjects.Add(
SchemaExporter
.AnytypeQualifiedName, new SchemaObjectInfo(null, null, null, knownTypesForObject));
384
return ImportType(
SchemaExporter
.AnytypeQualifiedName);
478
if (baseTypeName ==
SchemaExporter
.AnytypeQualifiedName)
553
XmlQualifiedName expectedBase =
SchemaExporter
.StringQualifiedName;
818
string isValueTypeInnerText = GetInnerText(typeName, ImportAnnotation(annotation,
SchemaExporter
.IsValueTypeName));
873
XmlSchemaAny iSerializableWildcardElement =
SchemaExporter
.ISerializableWildcardElement;
883
XmlQualifiedName factoryTypeAttributeRefName =
SchemaExporter
.ISerializableFactoryTypeAttribute.RefName;
952
elementTypeName =
SchemaExporter
.AnytypeQualifiedName;
988
memberTypeContract = ImportType(
SchemaExporter
.AnytypeQualifiedName);
1022
XmlQualifiedName surrogateDataAnnotationName =
SchemaExporter
.SurrogateDataAnnotationName;
1030
XmlElement defaultValueElement = ImportAnnotation(annotation,
SchemaExporter
.DefaultValueAnnotation);
1036
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.AnnotationAttributeNotFound,
SchemaExporter
.DefaultValueAnnotation.Name, typeName.Name, typeName.Namespace, Globals.EmitDefaultValueAttribute)));
1042
XmlElement actualTypeElement = ImportAnnotation(annotation,
SchemaExporter
.ActualTypeAnnotationName);
1049
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.AnnotationAttributeNotFound,
SchemaExporter
.ActualTypeAnnotationName.Name, typeName.Name, typeName.Namespace, Globals.ActualTypeNameAttribute)));
1053
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.AnnotationAttributeNotFound,
SchemaExporter
.ActualTypeAnnotationName.Name, typeName.Name, typeName.Namespace, Globals.ActualTypeNamespaceAttribute)));
1098
dataContract.ItemContract = ImportType(
SchemaExporter
.AnytypeQualifiedName);
1154
string isDictionaryInnerText = GetInnerText(typeName, ImportAnnotation(annotation,
SchemaExporter
.IsDictionaryAnnotationName));
1198
dataContract.BaseContractName = ImportActualType(annotation,
SchemaExporter
.DefaultEnumBaseTypeName, typeName);
1213
string valueInnerText = GetInnerText(typeName, ImportAnnotation(enumFacet.Annotation,
SchemaExporter
.EnumerationValueAnnotationName));
1215
dataContract.Values.Add(
SchemaExporter
.GetDefaultEnumValue(isFlags, dataContract.Members.Count));
1252
XmlQualifiedName surrogateDataAnnotationName =
SchemaExporter
.SurrogateDataAnnotationName;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlDataContract.cs (1)
241
SchemaExporter
.GetXmlTypeInfo(type, out stableName, out xsdType, out hasRoot);