3 references to GenericNamespaceAttribute
System.Runtime.Serialization (3)
System\Runtime\Serialization\SchemaExporter.cs (1)
307XmlAttribute nsAttribute = XmlDoc.CreateAttribute(Globals.GenericNamespaceAttribute);
System\Runtime\Serialization\SchemaImporter.cs (2)
1302XmlNode nsAttribute = typeElement.Attributes.GetNamedItem(Globals.GenericNamespaceAttribute); 1305throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.GenericAnnotationAttributeNotFound, type.Name, Globals.GenericNamespaceAttribute)));