3 references to GenericNamespaceAttribute
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\SchemaExporter.cs (1)
301
XmlAttribute nsAttribute = XmlDoc.CreateAttribute(Globals.
GenericNamespaceAttribute
);
System\Runtime\Serialization\SchemaImporter.cs (2)
1288
string? ns = typeElement.Attributes.GetNamedItem(Globals.
GenericNamespaceAttribute
)?.Value;
1290
throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationAttributeNotFound, type.Name, Globals.
GenericNamespaceAttribute
));