4 references to GenericTypeLocalName
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\SchemaExporter.cs (3)
126
genericInfoElement = ExportGenericInfo(classDataContract.UnderlyingType, Globals.
GenericTypeLocalName
, Globals.SerializationNamespace);
368
genericInfoElement = ExportGenericInfo(collectionDataContract.UnderlyingType, Globals.
GenericTypeLocalName
, Globals.SerializationNamespace);
471
genericInfoElement = ExportGenericInfo(dataContract.UnderlyingType, Globals.
GenericTypeLocalName
, Globals.SerializationNamespace);
System\Runtime\Serialization\SchemaImporter.cs (1)
1275
if (typeElement.LocalName == Globals.
GenericTypeLocalName
)