4 references to XmlInvalidNotNullable
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (4)
280
throw new InvalidOperationException(string.Format(ResXml.
XmlInvalidNotNullable
, model.TypeDesc.BaseTypeDesc.FullName, "XmlRoot"));
1648
throw new InvalidOperationException(string.Format(ResXml.
XmlInvalidNotNullable
, typeModel.TypeDesc.BaseTypeDesc.FullName, "XmlElement"));
1823
throw new InvalidOperationException(string.Format(ResXml.
XmlInvalidNotNullable
, typeModel.TypeDesc.BaseTypeDesc.FullName, "XmlElement"));
1891
throw new InvalidOperationException(string.Format(ResXml.
XmlInvalidNotNullable
, typeModel.TypeDesc.BaseTypeDesc.FullName, "XmlElement"));