4 writes to hasSibling
System.Xml (4)
System\Xml\Schema\BaseValidator.cs (1)
190
hasSibling
= true;
System\Xml\Schema\DtdValidator.cs (1)
195
hasSibling
= false;
System\Xml\Schema\XdrValidator.cs (1)
265
hasSibling
= false;
System\Xml\Schema\XsdValidator.cs (1)
467
hasSibling
= false;
5 references to hasSibling
System.Xml (5)
System\Xml\Schema\BaseValidator.cs (1)
188
if (!
hasSibling
) {
System\Xml\Schema\DtdValidator.cs (1)
235
string stringValue = !
hasSibling
? textString : textValue.ToString(); // only for identity-constraint exception reporting
System\Xml\Schema\XdrValidator.cs (1)
150
string stringValue = !
hasSibling
? textString : textValue.ToString(); // only for identity-constraint exception reporting
System\Xml\Schema\XsdValidator.cs (2)
289
string stringValue = !
hasSibling
? textString : textValue.ToString(); // only for identity-constraint exception reporting
877
string stringValue = !
hasSibling
? textString : textValue.ToString(); // only for identity-constraint exception reporting