3 references to ActualTypeNamespaceAttribute
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\SchemaExporter.cs (1)
241
XmlAttribute nsAttribute = xmlDoc.CreateAttribute(Globals.
ActualTypeNamespaceAttribute
);
System\Runtime\Serialization\SchemaImporter.cs (2)
1041
XmlNode? nsAttribute = actualTypeElement.Attributes.GetNamedItem(Globals.
ActualTypeNamespaceAttribute
);
1043
throw new InvalidDataContractException(SR.Format(SR.AnnotationAttributeNotFound, SchemaExporter.ActualTypeAnnotationName.Name, typeName.Name, typeName.Namespace, Globals.
ActualTypeNamespaceAttribute
));