4 references to XmlInvalidNotNullable
System.Private.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
286
throw new InvalidOperationException(SR.Format(SR.
XmlInvalidNotNullable
, model.TypeDesc.BaseTypeDesc!.FullName, "XmlRoot"));
1666
throw new InvalidOperationException(SR.Format(SR.
XmlInvalidNotNullable
, typeModel.TypeDesc.BaseTypeDesc!.FullName, "XmlElement"));
1839
throw new InvalidOperationException(SR.Format(SR.
XmlInvalidNotNullable
, typeModel.TypeDesc.BaseTypeDesc!.FullName, "XmlElement"));
1907
throw new InvalidOperationException(SR.Format(SR.
XmlInvalidNotNullable
, typeModel.TypeDesc.BaseTypeDesc!.FullName, "XmlElement"));