3 writes to DefaultValue
System.Private.Xml (3)
System\Xml\Schema\Inference\Infer.cs (1)
2388
newElement.
DefaultValue
= copyElement.DefaultValue;
System\Xml\Schema\XsdBuilder.cs (1)
1350
builder._element!.
DefaultValue
= value;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
824
element.
DefaultValue
= ExportDefaultValue(accessor.Mapping!, accessor.Default);
22 references to DefaultValue
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
2548
string? strDefault = el.
DefaultValue
;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1357
if (element.
DefaultValue
!= null)
System.Private.Xml (19)
System\Xml\Core\XsdValidatingReader.cs (1)
2785
return schemaElem.
DefaultValue
?? schemaElem.FixedValue;
System\Xml\Schema\Inference\Infer.cs (1)
2388
newElement.DefaultValue = copyElement.
DefaultValue
;
System\Xml\Schema\Preprocessor.cs (3)
1338
element.
DefaultValue
!= null ||
1345
if (element.
DefaultValue
!= null && element.FixedValue != null)
1421
if (element.
DefaultValue
!= null && element.FixedValue != null)
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
2284
if (xe.
DefaultValue
!= null || xe.FixedValue != null)
2290
if (xe.
DefaultValue
!= null)
2293
decl.DefaultValueRaw = xe.
DefaultValue
;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1011
element.
DefaultValue
!= null ||
1018
if (element.
DefaultValue
!= null && element.FixedValue != null)
1094
if (element.
DefaultValue
!= null && element.FixedValue != null)
System\Xml\Schema\SchemaSetCompiler.cs (3)
2743
if (xe.
DefaultValue
!= null || xe.FixedValue != null)
2749
if (xe.
DefaultValue
!= null)
2752
decl.DefaultValueRaw = xe.
DefaultValue
;
System\Xml\Serialization\Mappings.cs (2)
1262
if (e1.
DefaultValue
!= e2.
DefaultValue
)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
980
WriteAttribute(@"default", @"", o.
DefaultValue
);
System\Xml\Serialization\XmlSchemaImporter.cs (2)
300
if (element.
DefaultValue
!= null)
302
accessor.Default = element.
DefaultValue
;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
151
return seCopy.
DefaultValue
;