3 references to GenericNameAttribute
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\SchemaExporter.cs (1)
296
XmlAttribute nameAttribute = XmlDoc.CreateAttribute(Globals.
GenericNameAttribute
);
System\Runtime\Serialization\SchemaImporter.cs (2)
1285
string? name = typeElement.Attributes.GetNamedItem(Globals.
GenericNameAttribute
)?.Value;
1287
throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationAttributeNotFound, type.Name, Globals.
GenericNameAttribute
));