3 writes to IsIdDeclared
System.Xml (3)
System\Xml\Schema\DtdParser.cs (1)
738elementDecl.IsIdDeclared = true;
System\Xml\Schema\DtdParserAsync.cs (1)
383elementDecl.IsIdDeclared = true;
System\Xml\Schema\XdrBuilder.cs (1)
1550_ElementDef._ElementDecl.IsIdDeclared = true;
3 references to IsIdDeclared
System.Xml (3)
System\Xml\Schema\DtdParser.cs (1)
731if ( validate && elementDecl.IsIdDeclared ) {
System\Xml\Schema\DtdParserAsync.cs (1)
376if ( validate && elementDecl.IsIdDeclared ) {
System\Xml\Schema\XdrBuilder.cs (1)
1546if (_ElementDef._ElementDecl.IsIdDeclared) {