15 references to GetStableName
dotnet-svcutil-lib (15)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (1)
389
string ns = DataContract.
GetStableName
(childType).Namespace;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
374
get { return DataContract.
GetStableName
(Globals.TypeOfListGeneric); }
384
get { return DataContract.
GetStableName
(Globals.TypeOfDictionaryGeneric); }
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (2)
656
_itemName = itemName ?? DataContract.
GetStableName
(DataContract.UnwrapNullableType(itemType)).Name;
683
this.StableName = DataContract.
GetStableName
(type);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (3)
1639
GenericInfo genericInfo = new GenericInfo(DataContract.
GetStableName
(Globals.TypeOfNullable), Globals.TypeOfNullable.FullName);
1698
XmlQualifiedName qname = DataContract.
GetStableName
(genParam);
2414
_genericParams[i] = qname = DataContract.
GetStableName
(paramType);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs (4)
227
return DataContract.
GetStableName
(dcType);
229
return DataContract.
GetStableName
(clrType);
355
_referencedTypesDictionary.Add(DataContract.
GetStableName
(Globals.TypeOfNullable), Globals.TypeOfNullable);
384
XmlQualifiedName genericDictionaryName = DataContract.
GetStableName
(Globals.TypeOfDictionaryGeneric);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\GenericParameterDataContract.cs (1)
45
SetDataContractName(DataContract.
GetStableName
(type));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (2)
1125
GenericInfo genericInfo = new GenericInfo(DataContract.
GetStableName
(Globals.TypeOfKeyValue), Globals.TypeOfKeyValue.FullName);
1141
genericInfo = new GenericInfo(DataContract.
GetStableName
(Globals.TypeOfNullable), Globals.TypeOfNullable.FullName);