1 write to XmlDefaultValue
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2156a.XmlDefaultValue = null;
7 references to XmlDefaultValue
System.Private.Xml (7)
System\Xml\Serialization\XmlReflectionImporter.cs (7)
2152if (a.XmlDefaultValue == null || a.XmlDefaultValue == DBNull.Value) return null; 2157return a.XmlDefaultValue; 2162string strValue = Enum.Format(t, a.XmlDefaultValue, "G").Replace(",", " "); 2163string numValue = Enum.Format(t, a.XmlDefaultValue, "D"); 2165throw new InvalidOperationException(SR.Format(SR.XmlInvalidDefaultValue, strValue, a.XmlDefaultValue.GetType().FullName)); 2168return a.XmlDefaultValue;