Home
last modified time | relevance | path

Searched refs:IsDeclaredInExternal (Results 1 – 20 of 20) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Core/
H A DIDtdInfo.cs139 bool IsDeclaredInExternal { get; } property
198 bool IsDeclaredInExternal { get; } property
H A DXmlTextReaderImpl.cs4526 if (DtdValidation && _standalone && attributeInfo.IsDeclaredInExternal) in ParseXmlDeclaration()
4564 … if (DtdValidation && _standalone && defaultAttributeInfo.IsDeclaredInExternal) in ParseXmlDeclaration()
6143 if (_standalone && entity.IsDeclaredInExternal) in ParseXmlDeclaration()
H A DXmlTextReaderImplAsync.cs3990 if (_standalone && entity.IsDeclaredInExternal) in ParseXmlDeclarationAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Core/
H A DIDtdInfo.cs141 bool IsDeclaredInExternal { get; } property
198 bool IsDeclaredInExternal { get; } property
H A DXmlTextReaderImpl.cs4081 if ( DtdValidation && standalone && attributeInfo.IsDeclaredInExternal ) {
4115 … if ( DtdValidation && standalone && defaultAttributeInfo.IsDeclaredInExternal ) {
5521 if ( standalone && entity.IsDeclaredInExternal ) {
H A DXmlTextReaderImplAsync.cs3580 if ( standalone && entity.IsDeclaredInExternal ) {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DSchemaAttDef.cs80 bool IDtdAttributeInfo.IsDeclaredInExternal
82 get { return ((SchemaAttDef)this).IsDeclaredInExternal; }
H A DSchemaDeclBase.cs61 internal bool IsDeclaredInExternal property in System.Xml.Schema.SchemaDeclBase
H A DSchemaEntity.cs50 bool IDtdEntityInfo.IsDeclaredInExternal
H A DSchemaElementDecl.cs246 …else if (standalone && attdef.IsDeclaredInExternal && (attdef.Presence == SchemaDeclBase.Use.Defau… in CheckAttributes()
H A DDtdValidator.cs107 context.ElementDecl.IsDeclaredInExternal && in MeetsStandAloneConstraint()
H A DDtdParserAsync.cs317 attrDef.IsDeclaredInExternal = !ParsingInternalSubset; in ParseAttlistDeclAsync()
605 elementDecl.IsDeclaredInExternal = !ParsingInternalSubset; in ParseElementDeclAsync()
H A DDtdParser.cs677 attrDef.IsDeclaredInExternal = !ParsingInternalSubset; in ParseAttlistDecl()
965 elementDecl.IsDeclaredInExternal = !ParsingInternalSubset; in ParseElementDecl()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DSchemaAttDef.cs83 bool IDtdAttributeInfo.IsDeclaredInExternal {
84 get { return ((SchemaAttDef)this).IsDeclaredInExternal; }
H A DSchemaDeclBase.cs64 internal bool IsDeclaredInExternal { property in System.Xml.Schema.SchemaDeclBase
H A DSchemaEntity.cs49 bool IDtdEntityInfo.IsDeclaredInExternal {
H A DSchemaElementDecl.cs219 …else if (standalone && attdef.IsDeclaredInExternal && (attdef.Presence == SchemaDeclBase.Use.Defau… in CheckAttributes()
H A DDtdValidator.cs97 context.ElementDecl.IsDeclaredInExternal && in MeetsStandAloneConstraint()
H A DDtdParserAsync.cs284 attrDef.IsDeclaredInExternal = !ParsingInternalSubset; in ParseAttlistDeclAsync()
550 elementDecl.IsDeclaredInExternal = !ParsingInternalSubset; in ParseElementDeclAsync()
H A DDtdParser.cs639 attrDef.IsDeclaredInExternal = !ParsingInternalSubset; in ParseAttlistDecl()
905 elementDecl.IsDeclaredInExternal = !ParsingInternalSubset; in ParseElementDecl()