2 references to GetStableName
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (2)
1409
return
GetStableName
(type, new HashSet<Type>(), out hasDataContract);
1614
XmlQualifiedName elementStableName =
GetStableName
(itemType, previousCollectionTypes, out bool hasDataContract);