2 references to MissingSchemaType
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
537throw new InvalidDataContractException(SR.Format(SR.MissingSchemaType, typeQName, DataContract.GetClrTypeFullName(clrType))); 682throw new InvalidDataContractException(SR.Format(SR.MissingSchemaType, typeName, DataContract.GetClrTypeFullName(clrType)));