10 references to Default
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
606
if (attdef.Presence == SchemaDeclBase.Use.
Default
||
1626
if (attdef.Presence == SchemaDeclBase.Use.
Default
||
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (3)
2104
decl.Presence = SchemaDeclBase.Use.
Default
;
2151
decl.Presence = SchemaDeclBase.Use.
Default
;
2377
decl.Presence = SchemaDeclBase.Use.
Default
;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaElementDecl.cs (2)
195
if (attdef.Presence == SchemaDeclBase.Use.
Default
|| attdef.Presence == SchemaDeclBase.Use.Fixed)
245
else if (standalone && attdef.IsDeclaredInExternal && (attdef.Presence == SchemaDeclBase.Use.
Default
|| attdef.Presence == SchemaDeclBase.Use.Fixed))
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
2584
decl.Presence = SchemaDeclBase.Use.
Default
;
2809
decl.Presence = SchemaDeclBase.Use.
Default
;
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (1)
1721
pAttdef.Presence = SchemaDeclBase.Use.
Default
;