8 references to GetSchemaAnnotation
System.Runtime.Serialization (8)
System\Runtime\Serialization\SchemaExporter.cs (8)
157element.Annotation = GetSchemaAnnotation(actualTypeElement, ExportSurrogateData(dataMember), ExportEmitDefaultValue(dataMember));
179type.Annotation = GetSchemaAnnotation(genericInfoElement, ExportSurrogateData(classDataContract), isValueTypeElement);
370type.Annotation = GetSchemaAnnotation(isDictionaryElement, genericInfoElement, ExportSurrogateData(collectionDataContract));
391keyValueElement.Annotation = GetSchemaAnnotation(ExportSurrogateData(dataMember));
425type.Annotation = GetSchemaAnnotation(actualTypeElement, ExportSurrogateData(enumDataContract));
483type.Annotation = GetSchemaAnnotation(genericInfoElement, ExportSurrogateData(dataContract), isValueTypeElement);
533xsdType.Annotation = GetSchemaAnnotation(
666providerXsdType.Annotation = GetSchemaAnnotation(ExportActualType(stableName, new XmlDocument()));