4 references to GenericTypeLocalName
System.Runtime.Serialization (4)
System\Runtime\Serialization\SchemaExporter.cs (3)
132
genericInfoElement = ExportGenericInfo(classDataContract.UnderlyingType, Globals.
GenericTypeLocalName
, Globals.SerializationNamespace);
367
genericInfoElement = ExportGenericInfo(collectionDataContract.UnderlyingType, Globals.
GenericTypeLocalName
, Globals.SerializationNamespace);
466
genericInfoElement = ExportGenericInfo(dataContract.UnderlyingType, Globals.
GenericTypeLocalName
, Globals.SerializationNamespace);
System\Runtime\Serialization\SchemaImporter.cs (1)
1288
if (typeElement.LocalName == Globals.
GenericTypeLocalName
)