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