12 references to
mscorlib (6)
system\io\streamwriter.cs (3)
121
internal StreamWriter():
base
(null) { // Ask for CurrentCulture all the time
141
:
base
(null) // Ask for CurrentCulture all the time
181
:
base
(null)
system\io\stringwriter.cs (1)
57
public StringWriter(StringBuilder sb, IFormatProvider formatProvider) :
base
(formatProvider) {
system\io\textwriter.cs (2)
622
internal NullTextWriter():
base
(CultureInfo.InvariantCulture) {
653
internal SyncTextWriter(TextWriter t):
base
(t.FormatProvider) {
System (1)
compmod\system\codedom\compiler\IndentTextWriter.cs (1)
47
public IndentedTextWriter(TextWriter writer, string tabString):
base
(CultureInfo.InvariantCulture) {
System.Core (1)
System\Diagnostics\EventSchemaTraceListener.cs (1)
696
internal TraceWriter(string _fileName, int bufferSize, TraceLogRetentionOption retention, long maxFileSize, int maxNumberOfFiles):
base
(CultureInfo.InvariantCulture) {
System.Data.Services (1)
System\Data\Services\Serializers\IndentedTextWriter.cs (1)
43
public IndentedTextWriter(TextWriter writer) :
base
(CultureInfo.InvariantCulture)
System.Web (2)
HttpWriter.cs (1)
816
internal HttpWriter(HttpResponse response):
base
(null) {
UI\HTMLTextWriter.cs (1)
653
public HtmlTextWriter(TextWriter writer, string tabString) :
base
(CultureInfo.InvariantCulture) {
System.Web.Mobile (1)
UI\MobileControls\Adapters\EmptyTextWriter.cs (1)
38
internal EmptyTextWriter() :
base
(CultureInfo.CurrentCulture)