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