2 writes to IsDeclaredInExternal
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (2)
683
attrDef.
IsDeclaredInExternal
= !ParsingInternalSubset;
971
elementDecl.
IsDeclaredInExternal
= !ParsingInternalSubset;
3 references to IsDeclaredInExternal
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
107
context.ElementDecl.
IsDeclaredInExternal
&&
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaAttDef.cs (1)
88
get { return ((SchemaAttDef)this).
IsDeclaredInExternal
; }
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaElementDecl.cs (1)
245
else if (standalone && attdef.
IsDeclaredInExternal
&& (attdef.Presence == SchemaDeclBase.Use.Default || attdef.Presence == SchemaDeclBase.Use.Fixed))