2 references to FailedReferenceTypeExceptionKey
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
1685
if (ex.Data.Contains(
FailedReferenceTypeExceptionKey
))
1687
failedReferenceType = ex.Data[
FailedReferenceTypeExceptionKey
] as Type;