2 instantiations of IndentedWriter
System.Private.Xml (2)
System\Xml\Serialization\Compilation.cs (1)
334
var writer = new
IndentedWriter
(compiler.Source, false);
System\Xml\Serialization\XmlSerializationReader.cs (1)
4002
ReflectionAwareCodeGen.WriteQuotedCSharpString(new
IndentedWriter
(writer, true), qnames);
9 references to IndentedWriter
System.Private.Xml (9)
System\Xml\Serialization\Compilation.cs (1)
334
var
writer = new IndentedWriter(compiler.Source, false);
System\Xml\Serialization\XmlSerializationGeneratedCode.cs (3)
22
private readonly
IndentedWriter
_writer;
36
internal XmlSerializationCodeGen(
IndentedWriter
writer, TypeScope[] scopes, string access, string className)
50
internal
IndentedWriter
Writer { get { return _writer; } }
System\Xml\Serialization\XmlSerializationReader.cs (1)
2226
internal XmlSerializationReaderCodeGen(
IndentedWriter
writer, TypeScope[] scopes, string access, string className) : base(writer, scopes, access, className)
System\Xml\Serialization\XmlSerializationWriter.cs (4)
1601
private readonly
IndentedWriter
_writer;
1602
internal ReflectionAwareCodeGen(
IndentedWriter
writer)
2150
internal static void WriteQuotedCSharpString(
IndentedWriter
writer, string? value)
2243
internal XmlSerializationWriterCodeGen(
IndentedWriter
writer, TypeScope[] scopes, string access, string className) : base(writer, scopes, access, className)