3 references to StableName
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (3)
580
if (referencedContract != null && !(referencedContract.StableName.Equals(dataContract.GenericInfo.
StableName
) && referencedContract.IsReference == dataContract.IsReference))
699
if (!TryGetReferencedType(genInfo.
StableName
, null, out type))
703
dataContract = _dataContractSet[genInfo.
StableName
];