4 writes to DefaultValue
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8732o.@DefaultValue = Reader.Value;
System.Xml (3)
System\Xml\Schema\Inference\Infer.cs (1)
2369newElement.DefaultValue = copyElement.DefaultValue;
System\Xml\Schema\XsdBuilder.cs (1)
1279builder.element.DefaultValue = value;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
738element.DefaultValue = ExportDefaultValue(accessor.Mapping, accessor.Default);
24 references to DefaultValue
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
2202string strDefault = el.DefaultValue;
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1370if (element.DefaultValue != null)
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
2238WriteAttribute(@"default", @"", ((global::System.String)o.@DefaultValue));
System.Xml (20)
System\Xml\Core\XsdValidatingReader.cs (2)
2181return ( schemaElem.DefaultValue != null ) ? schemaElem.DefaultValue : schemaElem.FixedValue;
System\Xml\Schema\Inference\Infer.cs (1)
2369newElement.DefaultValue = copyElement.DefaultValue;
System\Xml\Schema\Preprocessor.cs (3)
1126element.DefaultValue != null || 1132if (element.DefaultValue != null && element.FixedValue != null) { 1190if (element.DefaultValue != null && element.FixedValue != null) {
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
1879if (xe.DefaultValue != null || xe.FixedValue != null) { 1882if (xe.DefaultValue != null) { 1884decl.DefaultValueRaw = xe.DefaultValue;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
816element.DefaultValue != null || 822if (element.DefaultValue != null && element.FixedValue != null) { 880if (element.DefaultValue != null && element.FixedValue != null) {
System\Xml\Schema\SchemaSetCompiler.cs (3)
2226if (xe.DefaultValue != null || xe.FixedValue != null) { 2229if (xe.DefaultValue != null) { 2231decl.DefaultValueRaw = xe.DefaultValue;
System\Xml\Serialization\Mappings.cs (2)
1118if (e1.DefaultValue != e2.DefaultValue)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
818WriteAttribute(@"default", @"", o.DefaultValue);
System\Xml\Serialization\XmlSchemaImporter.cs (2)
317if (element.DefaultValue != null) { 318accessor.Default = element.DefaultValue;
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
123return se.DefaultValue;