2 references to GetStableNameAndSetHasDataContract
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (2)
784
XmlQualifiedName stableName =
GetStableNameAndSetHasDataContract
(type);
856
this.StableName = new XmlQualifiedName(
GetStableNameAndSetHasDataContract
(type).Name, ns.Value);