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