1 write to XmlDefaultValue
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2170a.XmlDefaultValue = null;
7 references to XmlDefaultValue
System.Private.Xml (7)
System\Xml\Serialization\XmlReflectionImporter.cs (7)
2166if (a.XmlDefaultValue == null || a.XmlDefaultValue == DBNull.Value) return null; 2171return a.XmlDefaultValue; 2176string strValue = Enum.Format(t, a.XmlDefaultValue, "G").Replace(",", " "); 2177string numValue = Enum.Format(t, a.XmlDefaultValue, "D"); 2179throw new InvalidOperationException(SR.Format(SR.XmlInvalidDefaultValue, strValue, a.XmlDefaultValue.GetType().FullName)); 2182return a.XmlDefaultValue;