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