3 writes to textValue
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
45
textValue
= new StringBuilder();
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
51
textValue
= new StringBuilder();
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
69
textValue
= new StringBuilder();
11 references to textValue
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (2)
230
textValue
.Append(textString);
233
textValue
.Append(value);
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (3)
232
textValue
.Length = 0;
281
string stringValue = !hasSibling ? textString :
textValue
.ToString(); // only for identity-constraint exception reporting
284
textValue
.Length = 0; // cleanup
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (3)
181
string stringValue = !hasSibling ? textString :
textValue
.ToString(); // only for identity-constraint exception reporting
184
textValue
.Length = 0; // cleanup
324
textValue
.Length = 0;
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (3)
348
string stringValue = !hasSibling ? textString :
textValue
.ToString(); // only for identity-constraint exception reporting
574
textValue
.Length = 0;
1070
string stringValue = !hasSibling ? textString :
textValue
.ToString(); // only for identity-constraint exception reporting