1 write to _textValue
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
218
_textValue
= new StringBuilder(100);
7 references to _textValue
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (7)
929
if (
_textValue
.Length > 0)
1194
return
_textValue
.ToString();
1228
stringValue =
_textValue
.ToString();
1242
stringValue =
_textValue
.ToString();
1539
_textValue
.Append(s);
2120
if (
_textValue
!= null)
2122
_textValue
.Length = 0;