2 references to ActualTypeNamespaceAttribute
System.Runtime.Serialization.Schema (2)
System\Runtime\Serialization\Schema\XsdDataContractImporter.cs (2)
373
XmlNode? nsAttribute = actualTypeElement.Attributes.GetNamedItem(ImportGlobals.
ActualTypeNamespaceAttribute
);
375
throw ExceptionUtil.ThrowHelperError(new InvalidDataContractException(SR.Format(SR.AnnotationAttributeNotFound, ActualTypeAnnotationName.Name, typeName.Name, typeName.Namespace, ImportGlobals.
ActualTypeNamespaceAttribute
)));