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