12 writes to DefaultValueExpanded
System.Xml (12)
System\Xml\Schema\DtdParser.cs (2)
862
attrDef.
DefaultValueExpanded
= GetValueWithStrippedSpaces();
865
attrDef.
DefaultValueExpanded
= GetValue();
System\Xml\Schema\DtdParserAsync.cs (2)
507
attrDef.
DefaultValueExpanded
= GetValueWithStrippedSpaces();
510
attrDef.
DefaultValueExpanded
= GetValue();
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
1659
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= a.FixedValue;
1666
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= a.DefaultValue;
1704
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= xa.DefaultValue;
1708
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= xa.FixedValue;
System\Xml\Schema\SchemaSetCompiler.cs (2)
2053
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= xa.DefaultValue;
2062
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= xa.FixedValue;
System\Xml\Schema\XdrBuilder.cs (2)
1022
builder._AttributeDef._AttDef.DefaultValueRaw = builder._AttributeDef._AttDef.
DefaultValueExpanded
= (string)builder._AttributeDef._Default;
1479
pAttdef.DefaultValueRaw = pAttdef.
DefaultValueExpanded
= (string)decl._Default;
5 references to DefaultValueExpanded
System.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (1)
8270
NodeData attr = AddDefaultAttributeInternal( localName, ns, prefix, attrDef.
DefaultValueExpanded
,
System\Xml\Schema\DtdParser.cs (1)
680
string val = attrDef.
DefaultValueExpanded
.Trim();
System\Xml\Schema\DtdParserAsync.cs (1)
325
string val = attrDef.
DefaultValueExpanded
.Trim();
System\Xml\Schema\DtdValidator.cs (1)
441
string value = attdef.
DefaultValueExpanded
;
System\Xml\Schema\SchemaAttDef.cs (1)
98
get { return ((SchemaAttDef)this).
DefaultValueExpanded
; }