10 references to Default
System.Xml (10)
System\Xml\Dom\XmlDocument.cs (2)
545
if ( attdef.Presence == SchemaDeclBase.Use.
Default
||
1404
if ( attdef.Presence == SchemaDeclBase.Use.
Default
||
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
1665
decl.Presence = SchemaDeclBase.Use.
Default
;
1703
decl.Presence = SchemaDeclBase.Use.
Default
;
1883
decl.Presence = SchemaDeclBase.Use.
Default
;
System\Xml\Schema\SchemaElementDecl.cs (2)
179
if (attdef.Presence == SchemaDeclBase.Use.
Default
|| attdef.Presence == SchemaDeclBase.Use.Fixed) { //Not adding RequiredFixed here
219
else if (standalone && attdef.IsDeclaredInExternal && (attdef.Presence == SchemaDeclBase.Use.
Default
|| attdef.Presence == SchemaDeclBase.Use.Fixed)) {
System\Xml\Schema\SchemaSetCompiler.cs (2)
2052
decl.Presence = SchemaDeclBase.Use.
Default
;
2230
decl.Presence = SchemaDeclBase.Use.
Default
;
System\Xml\Schema\XdrBuilder.cs (1)
1497
pAttdef.Presence = SchemaDeclBase.Use.
Default
;