6 writes to textString
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (1)
224textString = value;
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (2)
231textString = string.Empty; 285textString = string.Empty;
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
185textString = string.Empty; 323textString = string.Empty;
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
573textString = string.Empty;
6 references to textString
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (2)
222if (textString.Length == 0) 230textValue.Append(textString);
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