1 reference to XmlInvalidIsNullable
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2267
if (isNullable && !typeDesc.IsNullable) throw new InvalidOperationException(SR.Format(SR.
XmlInvalidIsNullable
, typeDesc.FullName));