2 references to FailedReferenceTypeExceptionKey
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractImporter.cs (2)
1697
if (ex.Data.Contains(
FailedReferenceTypeExceptionKey
))
1699
failedReferenceType = ex.Data[
FailedReferenceTypeExceptionKey
] as Type;