4 writes to hasSibling
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (1)
231hasSibling = true;
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
230hasSibling = false;
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
322hasSibling = false;
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
572hasSibling = false;
5 references to hasSibling
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (1)
228if (!hasSibling)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
281string stringValue = !hasSibling ? textString : textValue.ToString(); // only for identity-constraint exception reporting
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
181string stringValue = !hasSibling ? textString : textValue.ToString(); // only for identity-constraint exception reporting
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
348string stringValue = !hasSibling ? textString : textValue.ToString(); // only for identity-constraint exception reporting 1070string stringValue = !hasSibling ? textString : textValue.ToString(); // only for identity-constraint exception reporting