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