10 references to Default
System.Private.Xml (10)
System\Xml\Dom\XmlDocument.cs (2)
669
if (attdef.Presence == SchemaDeclBase.Use.
Default
||
1675
if (attdef.Presence == SchemaDeclBase.Use.
Default
||
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
2026
decl.Presence = SchemaDeclBase.Use.
Default
;
2070
decl.Presence = SchemaDeclBase.Use.
Default
;
2292
decl.Presence = SchemaDeclBase.Use.
Default
;
System\Xml\Schema\SchemaElementDecl.cs (2)
195
if (attdef.Presence == SchemaDeclBase.Use.
Default
|| attdef.Presence == SchemaDeclBase.Use.Fixed)
242
else if (standalone && attdef.IsDeclaredInExternal && (attdef.Presence == SchemaDeclBase.Use.
Default
|| attdef.Presence == SchemaDeclBase.Use.Fixed))
System\Xml\Schema\SchemaSetCompiler.cs (2)
2526
decl.Presence = SchemaDeclBase.Use.
Default
;
2751
decl.Presence = SchemaDeclBase.Use.
Default
;
System\Xml\Schema\XdrBuilder.cs (1)
1710
pAttdef.Presence = SchemaDeclBase.Use.
Default
;