4 writes to hasSibling
System.Private.Xml (4)
System\Xml\Schema\BaseValidator.cs (1)
243
hasSibling
= true;
System\Xml\Schema\DtdValidator.cs (1)
233
hasSibling
= false;
System\Xml\Schema\XdrValidator.cs (1)
326
hasSibling
= false;
System\Xml\Schema\XsdValidator.cs (1)
564
hasSibling
= false;
5 references to hasSibling
System.Private.Xml (5)
System\Xml\Schema\BaseValidator.cs (1)
240
if (!
hasSibling
)
System\Xml\Schema\DtdValidator.cs (1)
284
string stringValue = !
hasSibling
? textString! : textValue!.ToString()!; // only for identity-constraint exception reporting
System\Xml\Schema\XdrValidator.cs (1)
183
string stringValue = !
hasSibling
? textString! : textValue!.ToString(); // only for identity-constraint exception reporting
System\Xml\Schema\XsdValidator.cs (2)
343
string stringValue = !
hasSibling
? textString! : textValue!.ToString(); // only for identity-constraint exception reporting
1053
string stringValue = !
hasSibling
? textString! : textValue!.ToString(); // only for identity-constraint exception reporting