1 write to XmlDefaultValue
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2154a.XmlDefaultValue = null;
7 references to XmlDefaultValue
System.Private.Xml (7)
System\Xml\Serialization\XmlReflectionImporter.cs (7)
2150if (a.XmlDefaultValue == null || a.XmlDefaultValue == DBNull.Value) return null; 2155return a.XmlDefaultValue; 2160string strValue = Enum.Format(t, a.XmlDefaultValue, "G").Replace(",", " "); 2161string numValue = Enum.Format(t, a.XmlDefaultValue, "D"); 2163throw new InvalidOperationException(SR.Format(SR.XmlInvalidDefaultValue, strValue, a.XmlDefaultValue.GetType().FullName)); 2166return a.XmlDefaultValue;