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