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"));
1665
throw new InvalidOperationException(SR.Format(SR.
XmlInvalidNotNullable
, typeModel.TypeDesc.BaseTypeDesc!.FullName, "XmlElement"));
1838
throw new InvalidOperationException(SR.Format(SR.
XmlInvalidNotNullable
, typeModel.TypeDesc.BaseTypeDesc!.FullName, "XmlElement"));
1906
throw new InvalidOperationException(SR.Format(SR.
XmlInvalidNotNullable
, typeModel.TypeDesc.BaseTypeDesc!.FullName, "XmlElement"));