5 instantiations of ValueStringBuilder
System.Private.Xml (5)
System\Xml\Dom\XmlDeclaration.cs (1)
82
var strb = new
ValueStringBuilder
(stackalloc char[256]);
System\Xml\Schema\XsdDateTime.cs (1)
498
var vsb = new
ValueStringBuilder
(destination);
System\Xml\Schema\XsdDuration.cs (1)
354
var vsb = new
ValueStringBuilder
(destination);
System\Xml\Serialization\CodeIdentifier.cs (1)
80
var builder = new
ValueStringBuilder
(stackalloc char[MaxIdentifierLength]);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
2602
var builder = new
ValueStringBuilder
(stackalloc char[128]);
8 references to ValueStringBuilder
System.Private.Xml (8)
System\Xml\Dom\XmlDeclaration.cs (1)
82
var
strb = new ValueStringBuilder(stackalloc char[256]);
System\Xml\Schema\XsdDateTime.cs (4)
498
var
vsb = new ValueStringBuilder(destination);
544
private void PrintDate(ref
ValueStringBuilder
vsb)
610
private void PrintTime(ref
ValueStringBuilder
vsb)
635
private void PrintZone(ref
ValueStringBuilder
vsb)
System\Xml\Schema\XsdDuration.cs (1)
354
var
vsb = new ValueStringBuilder(destination);
System\Xml\Serialization\CodeIdentifier.cs (1)
80
var
builder = new ValueStringBuilder(stackalloc char[MaxIdentifierLength]);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
2602
var
builder = new ValueStringBuilder(stackalloc char[128]);