17 references to GetStableName
System.Runtime.Serialization (17)
System\Runtime\Serialization\ClassDataContract.cs (2)
347
string ns = DataContract.
GetStableName
(childType).Namespace;
1420
stableName = DataContract.
GetStableName
(type.GetGenericTypeDefinition());
System\Runtime\Serialization\CodeExporter.cs (2)
379
get { return DataContract.
GetStableName
(Globals.TypeOfListGeneric); }
389
get { return DataContract.
GetStableName
(Globals.TypeOfDictionaryGeneric); }
System\Runtime\Serialization\CollectionDataContract.cs (2)
566
this.itemName = itemName ?? DataContract.
GetStableName
(DataContract.UnwrapNullableType(itemType)).Name;
594
this.StableName = DataContract.
GetStableName
(type);
System\Runtime\Serialization\DataContract.cs (3)
1618
GenericInfo genericInfo = new GenericInfo(DataContract.
GetStableName
(Globals.TypeOfNullable), Globals.TypeOfNullable.FullName);
1677
XmlQualifiedName qname = DataContract.
GetStableName
(genParam);
2530
genericParams[i] = qname = DataContract.
GetStableName
(paramType);
System\Runtime\Serialization\DataContractSet.cs (4)
231
return DataContract.
GetStableName
(dcType);
233
return DataContract.
GetStableName
(clrType);
359
referencedTypesDictionary.Add(DataContract.
GetStableName
(Globals.TypeOfNullable), Globals.TypeOfNullable);
388
XmlQualifiedName genericDictionaryName = DataContract.
GetStableName
(Globals.TypeOfDictionaryGeneric);
System\Runtime\Serialization\GenericParameterDataContract.cs (1)
52
SetDataContractName(DataContract.
GetStableName
(type));
System\Runtime\Serialization\SchemaExporter.cs (1)
292
XmlQualifiedName dcqname = DataContract.
GetStableName
(clrType);
System\Runtime\Serialization\SchemaImporter.cs (2)
1131
GenericInfo genericInfo = new GenericInfo(DataContract.
GetStableName
(Globals.TypeOfKeyValue), Globals.TypeOfKeyValue.FullName);
1147
genericInfo = new GenericInfo(DataContract.
GetStableName
(Globals.TypeOfNullable), Globals.TypeOfNullable.FullName);