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