3 writes to IsIdDeclared
System.Private.Xml (3)
System\Xml\Schema\DtdParser.cs (1)
779
elementDecl.
IsIdDeclared
= true;
System\Xml\Schema\DtdParserAsync.cs (1)
423
elementDecl.
IsIdDeclared
= true;
System\Xml\Schema\XdrBuilder.cs (1)
1776
_ElementDef._ElementDecl.
IsIdDeclared
= true;
3 references to IsIdDeclared
System.Private.Xml (3)
System\Xml\Schema\DtdParser.cs (1)
771
if (_validate && elementDecl.
IsIdDeclared
)
System\Xml\Schema\DtdParserAsync.cs (1)
415
if (_validate && elementDecl.
IsIdDeclared
)
System\Xml\Schema\XdrBuilder.cs (1)
1771
if (_ElementDef._ElementDecl!.
IsIdDeclared
)