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