2 writes to quoteChar
System.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
256quoteChar = '"'; 342this.quoteChar = value;
22 references to quoteChar
System.Xml (22)
System\Xml\Core\XmlTextWriter.cs (22)
271xmlEncoder.QuoteChar = this.quoteChar; 288xmlEncoder.QuoteChar = this.quoteChar; 337get { return this.quoteChar;} 391textWriter.Write(" PUBLIC " + quoteChar); 393textWriter.Write(quoteChar + " " + quoteChar); 395textWriter.Write(quoteChar); 398textWriter.Write(" SYSTEM " + quoteChar); 400textWriter.Write(quoteChar); 588if (this.curQuoteChar != this.quoteChar) { 589this.curQuoteChar = this.quoteChar; 590xmlEncoder.QuoteChar = this.quoteChar; 968bufBld.Append("version=" + quoteChar + "1.0" + quoteChar); 971bufBld.Append(quoteChar); 973bufBld.Append(quoteChar); 977bufBld.Append(quoteChar); 979bufBld.Append(quoteChar); 1142textWriter.Write(this.quoteChar); 1144textWriter.Write(this.quoteChar); 1152textWriter.Write(this.quoteChar); 1154textWriter.Write(this.quoteChar);