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