1 type derived from StringWriter
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SqlWriter.cs (1)
25class SqlWriter : StringWriter
151 instantiations of StringWriter
PresentationFramework (8)
src\Framework\MS\Internal\LayoutDump.cs (2)
49StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture); 109StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
src\Framework\System\Windows\Controls\DataGridClipboardHelper.cs (2)
32FormatPlainText(cellValue.ToString(), csv, new StringWriter(sb, CultureInfo.CurrentCulture), ref escapeApplied); 61FormatPlainTextAsHtml(cellValue.ToString(), new StringWriter(sb, CultureInfo.CurrentCulture));
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
185StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1478StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
204StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
src\Framework\System\Windows\Markup\XamlWriter.cs (1)
80TextWriter writer = new StringWriter(sb, TypeConverterHelper.InvariantEnglishUS);
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
858EncodingFallbackAwareXmlTextWriter writer = new EncodingFallbackAwareXmlTextWriter(new StringWriter(sb, CultureInfo.CurrentCulture));
System (4)
compmod\system\diagnostics\XmlWriterTraceListener.cs (1)
133xmlBlobWriter = new XmlTextWriter(new StringWriter(strBldr, CultureInfo.CurrentCulture));
net\System\Net\WebUtility.cs (2)
58StringWriter writer = new StringWriter(CultureInfo.InvariantCulture); 160StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
sys\system\configuration\SettingsPropertyValue.cs (1)
264StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\ServiceContractImporter.cs (1)
135using (StringWriter textWriter = new StringWriter(CultureInfo.InvariantCulture))
System.Activities.Presentation (2)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
210TextWriter textWriter = new StringWriter(CultureInfo.InvariantCulture);
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
545StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System.Configuration (3)
System\Configuration\ConfigurationSection.cs (1)
78StringWriter strWriter = new StringWriter(CultureInfo.InvariantCulture);
System\Configuration\XmlUtil.cs (2)
961_cachedStringWriter = new StringWriter(new StringBuilder(64), CultureInfo.InvariantCulture); 1012StringWriter stringWriter = new StringWriter(new StringBuilder(64), CultureInfo.InvariantCulture);
System.Core (1)
Microsoft\Scripting\Ast\Expression.cs (1)
245using (System.IO.StringWriter writer = new System.IO.StringWriter(CultureInfo.CurrentCulture)) {
System.Data (26)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
210TextWriter textWriter = new StringWriter(CultureInfo.InvariantCulture);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
545StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
396StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
108StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
137StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
107StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
206StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
109StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
139StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
204StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
205StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
108StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
205StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
205StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
206StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
205StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
206StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
162StringWriter strwriter = new StringWriter(FormatProvider); // consider passing cultureinfo with CultureInfo.InvariantCulture
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
182StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\DataSet.cs (5)
332StringWriter strWriter = new StringWriter(strBuilder, CultureInfo.InvariantCulture); 1362StringWriter strWriter = new StringWriter(CultureInfo.InvariantCulture); 1381StringWriter strWriter = new StringWriter(CultureInfo.InvariantCulture); 1399StringWriter strWriter = new StringWriter(CultureInfo.InvariantCulture); 1415StringWriter strWriter = new StringWriter(CultureInfo.InvariantCulture);
fx\src\data\System\Data\SqlClient\SqlStream.cs (1)
493_strWriter = new StringWriter((System.IFormatProvider)null);
fx\src\data\System\Data\SQLTypes\SqlXml.cs (1)
157 StringWriter sw = new StringWriter((System.IFormatProvider)null);
System.Data.Entity.Design (2)
System\Data\Entity\Design\AspNet\EntityModelBuildProvider.cs (1)
73using (StringWriter output = new StringWriter(CultureInfo.InvariantCulture))
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
82StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
812StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System\Xml\Xsl\XsltOld\MessageAction.cs (1)
46TextOnlyOutput output = new TextOnlyOutput(processor, new StringWriter(CultureInfo.InvariantCulture));
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
592encoder = new XmlTextEncoder(new StringWriter(buffer, CultureInfo.InvariantCulture));
System.IdentityModel (3)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
110StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (1)
113using (StringWriter writer = new StringWriter(CultureInfo.InvariantCulture))
System\IdentityModel\XmlUtil.cs (1)
202using (StringWriter stringWriter = new StringWriter(sb, CultureInfo.InvariantCulture))
System.Management (1)
Instrumentation\CodeSpit.cs (1)
23StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
346StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System.ServiceModel (8)
System\ServiceModel\Administration\ServiceInfo.cs (1)
124using (StringWriter sw = new StringWriter(CultureInfo.InvariantCulture))
System\ServiceModel\Channels\Message.cs (1)
505StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System\ServiceModel\Channels\MessageHeader.cs (1)
53StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (1)
822StringWriter textWriter = new StringWriter(CultureInfo.InvariantCulture);
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1088StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System\ServiceModel\Security\InMemoryNonceCache.cs (1)
41StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (1)
249using (StringWriter writer = new StringWriter(CultureInfo.InvariantCulture))
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
174StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
System.ServiceModel.Internals (5)
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (5)
335using (StringWriter stringWriter = new StringWriter(sb, CultureInfo.CurrentCulture)) 476using (StringWriter stringWriter = new StringWriter(sb, CultureInfo.CurrentCulture)) 725using (StringWriter stringWriter = new StringWriter(sb, CultureInfo.CurrentCulture)) 817using (StringWriter stringWriter = new StringWriter(sb, CultureInfo.CurrentCulture)) 846using (StringWriter stringWriter = new StringWriter(sb, CultureInfo.CurrentCulture))
System.Transactions (1)
System\Transactions\Trace\TraceXPathNavigator.cs (1)
464XmlTextWriter writer = new XmlTextWriter(new StringWriter(sb, CultureInfo.CurrentCulture));
System.Web (21)
Compilation\BaseCodeDomTreeGenerator.cs (1)
791StringWriter w = new StringWriter(sb, CultureInfo.InvariantCulture);
Compilation\BaseTemplateCodeDomTreeGenerator.cs (1)
1507TextWriter w = new StringWriter(CultureInfo.InvariantCulture);
Compilation\BuildManagerHost.cs (1)
380StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
ErrorFormatter.cs (1)
248StringWriter stringWriter = new StringWriter(CultureInfo.CurrentCulture);
Hosting\IPipelineRuntime.cs (1)
328new StringWriter(CultureInfo.InvariantCulture));
httpserverutility.cs (2)
1165StringWriter writer = new StringWriter(builder); 1186StringWriter writer = new StringWriter(builder);
Management\TemplatedMailWebEventProvider.cs (1)
110StringWriter writer = new StringWriter(CultureInfo.InstalledUICulture);
UI\CssStyleCollection.cs (1)
288StringWriter sw = new StringWriter();
UI\Page.cs (1)
1585StringWriter sw = new StringWriter();
UI\PartialCachingControl.cs (2)
364StringWriter tmpWriter = new StringWriter(); 554StringWriter cssStringWriter = new StringWriter(CultureInfo.CurrentCulture);
UI\WebControls\AdPostCacheSubstitution.cs (1)
46StringWriter stringWriter = new StringWriter(CultureInfo.CurrentCulture);
UI\WebControls\DetailsView.cs (1)
2251StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
UI\WebControls\GridView.cs (1)
2772StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
UI\WebControls\Menu.cs (2)
1847using (StringWriter staticHtmlBuilder = new StringWriter(CultureInfo.CurrentCulture)) { 1894using (StringWriter dynamicHtmlBuilder = new StringWriter(CultureInfo.CurrentCulture)) {
UI\WebControls\TreeView.cs (1)
3300StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
Util\HttpEncoder.cs (3)
211StringWriter writer = new StringWriter(CultureInfo.InvariantCulture); 330StringWriter writer = new StringWriter(CultureInfo.InvariantCulture); 349StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
System.Web.DataVisualization (6)
Common\Utilities\XmlSerializer.cs (1)
677 XmlTextWriter textWriter = new XmlTextWriter(new StringWriter(stringBuilder, CultureInfo.InvariantCulture));
WebForm\ChartWebControl.cs (3)
536using (StringWriter sw = new StringWriter(CultureInfo.InvariantCulture)) 1637 StringWriter stringWriter = new StringWriter(stringBuilder, CultureInfo.InvariantCulture); 2822using (StringWriter swriter = new StringWriter(CultureInfo.InvariantCulture))
WebForm\General\ChartHttpHandler.cs (2)
143using (TextWriter w = new StringWriter(CultureInfo.InvariantCulture)) 523using (TextWriter w = new StringWriter(CultureInfo.CurrentCulture))
System.Web.Extensions (1)
UI\UpdatePanel.cs (1)
404HtmlTextWriter childWriter = new HtmlTextWriter(new StringWriter(CultureInfo.CurrentCulture));
System.Web.Mobile (16)
UI\MobileControls\Adapters\HtmlCalendarAdapter.cs (1)
106StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
1107new HtmlTextWriter(new StringWriter(CultureInfo.InvariantCulture)), tempWriter.Device);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (3)
179InnerWriter = new StringWriter (_preWmlOnEventMarkupBuilder, CultureInfo.InvariantCulture); 203StringWriter writer = new StringWriter(encodedValue, CultureInfo.InvariantCulture); 505InnerWriter = new StringWriter(_postWmlOnEventMarkupBuilder, CultureInfo.InvariantCulture);
UI\MobileControls\Design\Adapters\DesignerTextWriter.cs (1)
31base(new StringWriter(CultureInfo.CurrentCulture), DesignerCapabilities.Instance)
UI\MobileControls\Design\MobileControlDesigner.cs (1)
357StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
UI\MobileControls\Design\MobileControlPersister.cs (5)
250StringWriter tagProps = new StringWriter(CultureInfo.InvariantCulture); 251StringWriter innerProps = new StringWriter(CultureInfo.InvariantCulture); 338StringWriter sw = new StringWriter(CultureInfo.InvariantCulture); 760StringWriter sw = new StringWriter(CultureInfo.InvariantCulture); 791StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
UI\MobileControls\MobileControl.cs (1)
1111writer = new StringWriter(builder, CultureInfo.InvariantCulture);
UI\MobileControls\MobilePage.cs (1)
353StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
UI\MobileControls\SessionViewState.cs (1)
165StringWriter s = new StringWriter(CultureInfo.InvariantCulture);
UI\MobileControls\TextView.cs (1)
345_translateWriter = new StringWriter(_translateBuilder, CultureInfo.InvariantCulture);
System.Web.Services (4)
System\Web\Services\Description\ServiceDescription.cs (1)
586StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
System\Web\Services\Protocols\RequestResponse.cs (1)
184StringWriter writer = new StringWriter(builder, CultureInfo.InvariantCulture);
System\Web\Services\Protocols\RuntimeUtils.cs (1)
45StringWriter xml = new StringWriter(CultureInfo.InvariantCulture);
System\Web\Services\Protocols\UrlParameterWriter.cs (1)
31TextWriter writer = new StringWriter(builder, CultureInfo.InvariantCulture);
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
1595FormatPlainTextAsHtml(formattedValue.ToString(), new StringWriter(sb, CultureInfo.CurrentCulture)); 1629FormatPlainText(formattedValue.ToString(), csv, new StringWriter(sb, CultureInfo.CurrentCulture), ref escapeApplied);
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (2)
172FormatPlainTextAsHtml(val.ToString(), new StringWriter(sb, CultureInfo.CurrentCulture)); 200FormatPlainText(val.ToString(), csv, new StringWriter(sb, CultureInfo.CurrentCulture), ref escapeApplied);
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (2)
246FormatPlainTextAsHtml(val.ToString(), new StringWriter(sb, CultureInfo.CurrentCulture)); 275FormatPlainText(val.ToString(), csv, new StringWriter(sb, CultureInfo.CurrentCulture), ref escapeApplied);
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
677 XmlTextWriter textWriter = new XmlTextWriter(new StringWriter(stringBuilder, CultureInfo.InvariantCulture));
System.Workflow.ComponentModel (7)
AuthoringOM\Design\ComponentSerializationService.cs (2)
300StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture); 314xomlSerializationManager.Context.Push(new StringWriter(CultureInfo.InvariantCulture));
AuthoringOM\Design\Themes.cs (1)
537StringWriter stringWriter = new StringWriter(new StringBuilder(), CultureInfo.InvariantCulture);
AuthoringOM\ScheduleChanges.cs (2)
573using (StringWriter sw = new StringWriter(CultureInfo.InvariantCulture)) 766using (StringWriter sw = new StringWriter(CultureInfo.InvariantCulture))
AuthoringOM\Serializer\ActivitySurrogate.cs (1)
93using (StringWriter changeActionsStringWriter = new StringWriter(CultureInfo.InvariantCulture))
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
184StringWriter xomlStringWriter = new StringWriter(CultureInfo.InvariantCulture);
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (1)
1000using (StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture))
RTTrackingProfile.cs (1)
98StringWriter writer = new StringWriter(System.Globalization.CultureInfo.InvariantCulture);
Tracking\SqlTrackingService.cs (1)
2618using (StringWriter stringWriter = new StringWriter(System.Globalization.CultureInfo.InvariantCulture))
System.Xml (13)
System\Xml\Core\XmlReader.cs (2)
1057StringWriter sw = new StringWriter(CultureInfo.InvariantCulture); 1152StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
System\Xml\Core\XmlReaderAsync.cs (2)
186StringWriter sw = new StringWriter(CultureInfo.InvariantCulture); 267StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
System\Xml\Core\XmlWriter.cs (1)
657return settings.CreateWriter(new StringWriter(output, CultureInfo.InvariantCulture));
System\Xml\Dom\XmlNode.cs (2)
824StringWriter sw = new StringWriter(CultureInfo.InvariantCulture); 839StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
System\Xml\Serialization\Compiler.cs (2)
31StringWriter writer = new StringWriter(CultureInfo.InvariantCulture); 201StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System\Xml\Serialization\XmlSchemas.cs (1)
568StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
System\Xml\Serialization\XmlSerializationReader.cs (1)
3723StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
System\Xml\XPath\XPathNavigator.cs (2)
1180stringWriter = new StringWriter(CultureInfo.InvariantCulture); 1213stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
2005using (StringWriter sw = new StringWriter(CultureInfo.InvariantCulture)) { 6707using (StringWriter sw = new StringWriter(CultureInfo.InvariantCulture)) { 7383using (StringWriter sw = new StringWriter(CultureInfo.InvariantCulture)) {
138 references to StringWriter
PresentationFramework (5)
src\Framework\MS\Internal\LayoutDump.cs (2)
49StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture); 109StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
185StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1478StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
204StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System (3)
net\System\Net\WebUtility.cs (2)
58StringWriter writer = new StringWriter(CultureInfo.InvariantCulture); 160StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
sys\system\configuration\SettingsPropertyValue.cs (1)
264StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\ServiceContractImporter.cs (1)
135using (StringWriter textWriter = new StringWriter(CultureInfo.InvariantCulture))
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
545StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System.Configuration (10)
System\Configuration\ConfigurationSection.cs (1)
78StringWriter strWriter = new StringWriter(CultureInfo.InvariantCulture);
System\Configuration\XmlUtil.cs (9)
69private StringWriter _cachedStringWriter; // cached string writer used by CopySection() 995string s = ((StringWriter)utilWriter.Writer).ToString(); 1012StringWriter stringWriter = new StringWriter(new StringBuilder(64), CultureInfo.InvariantCulture); 1032lineWidth = sbLengthLastNewLine - ((StringWriter)utilWriter.Writer).GetStringBuilder().Length; 1050sbLengthLastNewLine = ((StringWriter)utilWriter.Writer).GetStringBuilder().Length; 1102sbLengthLastNewLine = ((StringWriter)utilWriter.Writer).GetStringBuilder().Length; 1111int startLength = ((StringWriter)utilWriter.Writer).GetStringBuilder().Length; 1120lineWidth += ((StringWriter)utilWriter.Writer).GetStringBuilder().Length - startLength; 1162string s = ((StringWriter)utilWriter.Writer).ToString();
System.Core (1)
Microsoft\Scripting\Ast\Expression.cs (1)
245using (System.IO.StringWriter writer = new System.IO.StringWriter(CultureInfo.CurrentCulture)) {
System.Data (25)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
545StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
396StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
108StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
137StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
107StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
206StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
109StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
139StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
204StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
205StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
108StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
205StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
205StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
206StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
205StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
206StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
162StringWriter strwriter = new StringWriter(FormatProvider); // consider passing cultureinfo with CultureInfo.InvariantCulture
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
182StringWriter strwriter = new StringWriter(FormatProvider);
fx\src\data\System\Data\DataSet.cs (5)
332StringWriter strWriter = new StringWriter(strBuilder, CultureInfo.InvariantCulture); 1362StringWriter strWriter = new StringWriter(CultureInfo.InvariantCulture); 1381StringWriter strWriter = new StringWriter(CultureInfo.InvariantCulture); 1399StringWriter strWriter = new StringWriter(CultureInfo.InvariantCulture); 1415StringWriter strWriter = new StringWriter(CultureInfo.InvariantCulture);
fx\src\data\System\Data\SqlClient\SqlStream.cs (1)
466StringWriter _strWriter;
fx\src\data\System\Data\SQLTypes\SqlXml.cs (1)
157 StringWriter sw = new StringWriter((System.IFormatProvider)null);
System.Data.Entity.Design (3)
System\Data\Entity\Design\AspNet\EntityModelBuildProvider.cs (1)
73using (StringWriter output = new StringWriter(CultureInfo.InvariantCulture))
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (2)
82StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture); 105private static string RemoveXmlCommentCharacters(StringWriter stringWriter)
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
812StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System.IdentityModel (3)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
110StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (1)
113using (StringWriter writer = new StringWriter(CultureInfo.InvariantCulture))
System\IdentityModel\XmlUtil.cs (1)
202using (StringWriter stringWriter = new StringWriter(sb, CultureInfo.InvariantCulture))
System.Management (1)
Instrumentation\CodeSpit.cs (1)
23StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
346StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System.ServiceModel (8)
System\ServiceModel\Administration\ServiceInfo.cs (1)
124using (StringWriter sw = new StringWriter(CultureInfo.InvariantCulture))
System\ServiceModel\Channels\Message.cs (1)
505StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System\ServiceModel\Channels\MessageHeader.cs (1)
53StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (1)
822StringWriter textWriter = new StringWriter(CultureInfo.InvariantCulture);
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1088StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System\ServiceModel\Security\InMemoryNonceCache.cs (1)
41StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (1)
249using (StringWriter writer = new StringWriter(CultureInfo.InvariantCulture))
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
174StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
System.ServiceModel.Internals (5)
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (5)
335using (StringWriter stringWriter = new StringWriter(sb, CultureInfo.CurrentCulture)) 476using (StringWriter stringWriter = new StringWriter(sb, CultureInfo.CurrentCulture)) 725using (StringWriter stringWriter = new StringWriter(sb, CultureInfo.CurrentCulture)) 817using (StringWriter stringWriter = new StringWriter(sb, CultureInfo.CurrentCulture)) 846using (StringWriter stringWriter = new StringWriter(sb, CultureInfo.CurrentCulture))
System.Web (20)
Compilation\BaseCodeDomTreeGenerator.cs (1)
791StringWriter w = new StringWriter(sb, CultureInfo.InvariantCulture);
Compilation\BuildManagerHost.cs (1)
380StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
ErrorFormatter.cs (1)
248StringWriter stringWriter = new StringWriter(CultureInfo.CurrentCulture);
httpserverutility.cs (2)
1165StringWriter writer = new StringWriter(builder); 1186StringWriter writer = new StringWriter(builder);
Management\TemplatedMailWebEventProvider.cs (1)
110StringWriter writer = new StringWriter(CultureInfo.InstalledUICulture);
UI\CssStyleCollection.cs (1)
288StringWriter sw = new StringWriter();
UI\Page.cs (1)
1585StringWriter sw = new StringWriter();
UI\PartialCachingControl.cs (2)
364StringWriter tmpWriter = new StringWriter(); 554StringWriter cssStringWriter = new StringWriter(CultureInfo.CurrentCulture);
UI\WebControls\AdPostCacheSubstitution.cs (1)
46StringWriter stringWriter = new StringWriter(CultureInfo.CurrentCulture);
UI\WebControls\DetailsView.cs (1)
2251StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
UI\WebControls\GridView.cs (1)
2772StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
UI\WebControls\Menu.cs (3)
1847using (StringWriter staticHtmlBuilder = new StringWriter(CultureInfo.CurrentCulture)) { 1894using (StringWriter dynamicHtmlBuilder = new StringWriter(CultureInfo.CurrentCulture)) { 1921private HtmlTextWriter GetDesignTimeWriter(StringWriter stringWriter) {
UI\WebControls\TreeView.cs (1)
3300StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
Util\HttpEncoder.cs (3)
211StringWriter writer = new StringWriter(CultureInfo.InvariantCulture); 330StringWriter writer = new StringWriter(CultureInfo.InvariantCulture); 349StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
System.Web.DataVisualization (3)
WebForm\ChartWebControl.cs (3)
536using (StringWriter sw = new StringWriter(CultureInfo.InvariantCulture)) 1637 StringWriter stringWriter = new StringWriter(stringBuilder, CultureInfo.InvariantCulture); 2822using (StringWriter swriter = new StringWriter(CultureInfo.InvariantCulture))
System.Web.Mobile (13)
UI\MobileControls\Adapters\HtmlCalendarAdapter.cs (1)
106StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (1)
203StringWriter writer = new StringWriter(encodedValue, CultureInfo.InvariantCulture);
UI\MobileControls\Design\MobileControlDesigner.cs (1)
357StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
UI\MobileControls\Design\MobileControlPersister.cs (5)
250StringWriter tagProps = new StringWriter(CultureInfo.InvariantCulture); 251StringWriter innerProps = new StringWriter(CultureInfo.InvariantCulture); 338StringWriter sw = new StringWriter(CultureInfo.InvariantCulture); 760StringWriter sw = new StringWriter(CultureInfo.InvariantCulture); 791StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
UI\MobileControls\MobileControl.cs (2)
1051StringWriter writer = null; 1150static internal void TranslateAndAppendText(String text, StringWriter writer)
UI\MobileControls\MobilePage.cs (1)
353StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
UI\MobileControls\SessionViewState.cs (1)
165StringWriter s = new StringWriter(CultureInfo.InvariantCulture);
UI\MobileControls\TextView.cs (1)
329private StringWriter _translateWriter;
System.Web.Services (3)
System\Web\Services\Description\ServiceDescription.cs (1)
586StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
System\Web\Services\Protocols\RequestResponse.cs (1)
184StringWriter writer = new StringWriter(builder, CultureInfo.InvariantCulture);
System\Web\Services\Protocols\RuntimeUtils.cs (1)
45StringWriter xml = new StringWriter(CultureInfo.InvariantCulture);
System.Workflow.ComponentModel (12)
AuthoringOM\Design\ComponentSerializationService.cs (1)
300StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
AuthoringOM\Design\Themes.cs (1)
537StringWriter stringWriter = new StringWriter(new StringBuilder(), CultureInfo.InvariantCulture);
AuthoringOM\ScheduleChanges.cs (2)
573using (StringWriter sw = new StringWriter(CultureInfo.InvariantCulture)) 766using (StringWriter sw = new StringWriter(CultureInfo.InvariantCulture))
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (6)
55StringWriter stringWriter = serializationManager.WorkflowMarkupStack[typeof(StringWriter)] as StringWriter; 166StringWriter stringWriter = serializationManager.WorkflowMarkupStack[typeof(StringWriter)] as StringWriter;
AuthoringOM\Serializer\ActivitySurrogate.cs (1)
93using (StringWriter changeActionsStringWriter = new StringWriter(CultureInfo.InvariantCulture))
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
184StringWriter xomlStringWriter = new StringWriter(CultureInfo.InvariantCulture);
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (1)
1000using (StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture))
RTTrackingProfile.cs (1)
98StringWriter writer = new StringWriter(System.Globalization.CultureInfo.InvariantCulture);
Tracking\SqlTrackingService.cs (1)
2618using (StringWriter stringWriter = new StringWriter(System.Globalization.CultureInfo.InvariantCulture))
System.Xml (13)
System\Xml\Core\XmlReader.cs (3)
1057StringWriter sw = new StringWriter(CultureInfo.InvariantCulture); 1152StringWriter sw = new StringWriter(CultureInfo.InvariantCulture); 1171private XmlWriter CreateWriterForInnerOuterXml(StringWriter sw) {
System\Xml\Core\XmlReaderAsync.cs (2)
186StringWriter sw = new StringWriter(CultureInfo.InvariantCulture); 267StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
System\Xml\Dom\XmlNode.cs (2)
824StringWriter sw = new StringWriter(CultureInfo.InvariantCulture); 839StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
System\Xml\Serialization\Compiler.cs (2)
31StringWriter writer = new StringWriter(CultureInfo.InvariantCulture); 201StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture);
System\Xml\Serialization\XmlSchemas.cs (1)
568StringWriter sw = new StringWriter(CultureInfo.InvariantCulture);
System\Xml\Serialization\XmlSerializationReader.cs (1)
3723StringWriter writer = new StringWriter(CultureInfo.InvariantCulture);
System\Xml\XPath\XPathNavigator.cs (2)
1165StringWriter stringWriter; 1209StringWriter stringWriter;
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
2005using (StringWriter sw = new StringWriter(CultureInfo.InvariantCulture)) { 6707using (StringWriter sw = new StringWriter(CultureInfo.InvariantCulture)) { 7383using (StringWriter sw = new StringWriter(CultureInfo.InvariantCulture)) {