2 references to ImportDefaultValue
System.Xml (2)
System\Xml\Serialization\XmlCodeExporter.cs (2)
393
CodeExpression init = extension.
ImportDefaultValue
((string)defaultValue, mapping.TypeDesc.FullName);
400
field.InitExpression = extension.
ImportDefaultValue
((string)defaultValue, mapping.TypeDesc.FullName);