10 writes to DefaultValueExpanded
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (2)
924
attrDef.
DefaultValueExpanded
= GetValueWithStrippedSpaces();
928
attrDef.
DefaultValueExpanded
= GetValue();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (4)
2096
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= a.FixedValue;
2105
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= a.DefaultValue;
2152
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= xa.DefaultValue;
2157
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= xa.FixedValue;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
2585
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= xa.DefaultValue;
2597
decl.DefaultValueRaw = decl.
DefaultValueExpanded
= xa.FixedValue;
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
1155
builder._AttributeDef._AttDef.DefaultValueRaw = builder._AttributeDef._AttDef.
DefaultValueExpanded
= (string)builder._AttributeDef._Default;
1699
pAttdef.DefaultValueRaw = pAttdef.
DefaultValueExpanded
= (string)decl._Default;
4 references to DefaultValueExpanded
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
9391
NodeData attr = AddDefaultAttributeInternal(localName, ns, prefix, attrDef.
DefaultValueExpanded
,
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
728
string val = attrDef.
DefaultValueExpanded
.Trim();
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
534
string value = attdef.
DefaultValueExpanded
;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaAttDef.cs (1)
104
get { return ((SchemaAttDef)this).
DefaultValueExpanded
; }