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