4 references to
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\IndentTextWriter.cs (1)
45
public IndentedTextWriter(TextWriter writer, string tabString) :
base
(CultureInfo.InvariantCulture)
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\CodeDom\Compiler\IndentedTextWriter.cs (1)
24
public IndentedTextWriter(TextWriter writer, string tabString) :
base
(CultureInfo.InvariantCulture)
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
95
:
base
(null) // Ask for CurrentCulture all the time
src\libraries\System.Private.CoreLib\src\System\IO\StringWriter.cs (1)
38
public StringWriter(StringBuilder sb, IFormatProvider? formatProvider) :
base
(formatProvider)