1 reference to IsNullableSpecified
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
1506
arrayItemElement.IsNullable = xmlArrayItem.
IsNullableSpecified
? xmlArrayItem.IsNullable : targetTypeDesc.IsNullable || targetTypeDesc.IsOptionalValue;