3 writes to IsIdDeclared
System.Xml (3)
System\Xml\Schema\DtdParser.cs (1)
738
elementDecl.
IsIdDeclared
= true;
System\Xml\Schema\DtdParserAsync.cs (1)
383
elementDecl.
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)
731
if ( validate && elementDecl.
IsIdDeclared
) {
System\Xml\Schema\DtdParserAsync.cs (1)
376
if ( validate && elementDecl.
IsIdDeclared
) {
System\Xml\Schema\XdrBuilder.cs (1)
1546
if (_ElementDef._ElementDecl.
IsIdDeclared
) {