3 references to IsNullableSpecified
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (3)
278
if (root.
IsNullableSpecified
&& !root.IsNullable && model.TypeDesc.IsOptionalValue)
281
element.IsNullable = root.
IsNullableSpecified
? root.IsNullable : model.TypeDesc.IsNullable || model.TypeDesc.IsOptionalValue;
1350
if (structAttrs.XmlRoot.
IsNullableSpecified
)