2 instantiations of IndentedWriter
System.Xml (2)
System\Xml\Serialization\Compilation.cs (1)
322IndentedWriter writer = new IndentedWriter(compiler.Source, false);
System\Xml\Serialization\XmlSerializationReader.cs (1)
3724ReflectionAwareCodeGen.WriteQuotedCSharpString(new IndentedWriter(writer, true), qnames);
10 references to IndentedWriter
System.Xml (10)
System\Xml\Serialization\Compilation.cs (1)
322IndentedWriter writer = new IndentedWriter(compiler.Source, false);
System\Xml\Serialization\XmlSerializationGeneratedCode.cs (3)
51IndentedWriter writer; 64internal XmlSerializationCodeGen(IndentedWriter writer, TypeScope[] scopes, string access, string className) { 76internal IndentedWriter Writer { get { return writer; } }
System\Xml\Serialization\XmlSerializationReader.cs (1)
2115internal XmlSerializationReaderCodeGen(IndentedWriter writer, TypeScope[] scopes, string access, string className) : base(writer, scopes, access, className) {
System\Xml\Serialization\XmlSerializationWriter.cs (4)
1306internal XmlSerializationWriterCodeGen(IndentedWriter writer, TypeScope[] scopes, string access, string className) : base(writer, scopes, access, className){ 3346IndentedWriter writer; 3347internal ReflectionAwareCodeGen(IndentedWriter writer){ 3821internal static void WriteQuotedCSharpString(IndentedWriter writer, string value) {
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
2445internal static string GetQuotedCSharpString(IndentedWriter notUsed, string value) {