12 writes to DefaultValueExpanded
System.Private.Xml (12)
System\Xml\Schema\DtdParser.cs (2)
912
attrDef.
DefaultValueExpanded
= GetValueWithStrippedSpaces();
916
attrDef.
DefaultValueExpanded
= GetValue();
System\Xml\Schema\DtdParserAsync.cs (2)
556
attrDef.
DefaultValueExpanded
= GetValueWithStrippedSpaces();
560
attrDef.
DefaultValueExpanded
= GetValue();
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
2018
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= a.FixedValue;
2027
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= a.DefaultValue;
2071
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= xa.DefaultValue;
2076
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= xa.FixedValue!;
System\Xml\Schema\SchemaSetCompiler.cs (2)
2527
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= xa.DefaultValue;
2540
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= xa.FixedValue!;
System\Xml\Schema\XdrBuilder.cs (2)
1145
builder._AttributeDef._AttDef.DefaultValueRaw = builder._AttributeDef._AttDef.
DefaultValueExpanded
= (string)builder._AttributeDef._Default;
1688
pAttdef.DefaultValueRaw = pAttdef.
DefaultValueExpanded
= (string)decl._Default;
5 references to DefaultValueExpanded
System.Private.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (1)
9263
NodeData attr = AddDefaultAttributeInternal(localName, ns, prefix, attrDef.
DefaultValueExpanded
,
System\Xml\Schema\DtdParser.cs (1)
716
string val = attrDef.
DefaultValueExpanded
.Trim();
System\Xml\Schema\DtdParserAsync.cs (1)
360
string val = attrDef.
DefaultValueExpanded
.Trim();
System\Xml\Schema\DtdValidator.cs (1)
533
string value = attdef.
DefaultValueExpanded
;
System\Xml\Schema\SchemaAttDef.cs (1)
98
get { return ((SchemaAttDef)this).
DefaultValueExpanded
; }