111 references to StringWriter
PresentationFramework (5)
src\Framework\MS\Internal\LayoutDump.cs (2)
49
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
109
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
185
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1478
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
204
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
System (3)
net\System\Net\WebUtility.cs (2)
58
StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture);
160
StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture);
sys\system\configuration\SettingsPropertyValue.cs (1)
264
StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture);
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\ServiceContractImporter.cs (1)
135
using (StringWriter textWriter = new
StringWriter
(CultureInfo.InvariantCulture))
System.Activities.Presentation (2)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
210
TextWriter textWriter = new
StringWriter
(CultureInfo.InvariantCulture);
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
545
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
System.Configuration (1)
System\Configuration\ConfigurationSection.cs (1)
78
StringWriter strWriter = new
StringWriter
(CultureInfo.InvariantCulture);
System.Core (1)
Microsoft\Scripting\Ast\Expression.cs (1)
245
using (System.IO.StringWriter writer = new System.IO.
StringWriter
(CultureInfo.CurrentCulture)) {
System.Data (25)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
210
TextWriter textWriter = new
StringWriter
(CultureInfo.InvariantCulture);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
545
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
396
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
108
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
137
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
107
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
206
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
109
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
139
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
204
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
205
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
108
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
205
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
205
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
206
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
205
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
206
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
162
StringWriter strwriter = new
StringWriter
(FormatProvider); // consider passing cultureinfo with CultureInfo.InvariantCulture
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
182
StringWriter strwriter = new
StringWriter
(FormatProvider);
fx\src\data\System\Data\DataSet.cs (4)
1362
StringWriter strWriter = new
StringWriter
(CultureInfo.InvariantCulture);
1381
StringWriter strWriter = new
StringWriter
(CultureInfo.InvariantCulture);
1399
StringWriter strWriter = new
StringWriter
(CultureInfo.InvariantCulture);
1415
StringWriter 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)
73
using (StringWriter output = new
StringWriter
(CultureInfo.InvariantCulture))
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
82
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
812
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
System\Xml\Xsl\XsltOld\MessageAction.cs (1)
46
TextOnlyOutput output = new TextOnlyOutput(processor, new
StringWriter
(CultureInfo.InvariantCulture));
System.IdentityModel (2)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
110
StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture);
System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (1)
113
using (StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture))
System.Management (1)
Instrumentation\CodeSpit.cs (1)
23
StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture);
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
346
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
System.ServiceModel (8)
System\ServiceModel\Administration\ServiceInfo.cs (1)
124
using (StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture))
System\ServiceModel\Channels\Message.cs (1)
505
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
System\ServiceModel\Channels\MessageHeader.cs (1)
53
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (1)
822
StringWriter textWriter = new
StringWriter
(CultureInfo.InvariantCulture);
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1088
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
System\ServiceModel\Security\InMemoryNonceCache.cs (1)
41
StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture);
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (1)
249
using (StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture))
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
174
StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture);
System.Web (15)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (1)
1507
TextWriter w = new
StringWriter
(CultureInfo.InvariantCulture);
Compilation\BuildManagerHost.cs (1)
380
StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture);
ErrorFormatter.cs (1)
248
StringWriter stringWriter = new
StringWriter
(CultureInfo.CurrentCulture);
Hosting\IPipelineRuntime.cs (1)
328
new
StringWriter
(CultureInfo.InvariantCulture));
Management\TemplatedMailWebEventProvider.cs (1)
110
StringWriter writer = new
StringWriter
(CultureInfo.InstalledUICulture);
UI\PartialCachingControl.cs (1)
554
StringWriter cssStringWriter = new
StringWriter
(CultureInfo.CurrentCulture);
UI\WebControls\AdPostCacheSubstitution.cs (1)
46
StringWriter stringWriter = new
StringWriter
(CultureInfo.CurrentCulture);
UI\WebControls\DetailsView.cs (1)
2251
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
UI\WebControls\GridView.cs (1)
2772
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
UI\WebControls\Menu.cs (2)
1847
using (StringWriter staticHtmlBuilder = new
StringWriter
(CultureInfo.CurrentCulture)) {
1894
using (StringWriter dynamicHtmlBuilder = new
StringWriter
(CultureInfo.CurrentCulture)) {
UI\WebControls\TreeView.cs (1)
3300
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
Util\HttpEncoder.cs (3)
211
StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture);
330
StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture);
349
StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture);
System.Web.DataVisualization (4)
WebForm\ChartWebControl.cs (2)
536
using (StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture))
2822
using (StringWriter swriter = new
StringWriter
(CultureInfo.InvariantCulture))
WebForm\General\ChartHttpHandler.cs (2)
143
using (TextWriter w = new
StringWriter
(CultureInfo.InvariantCulture))
523
using (TextWriter w = new
StringWriter
(CultureInfo.CurrentCulture))
System.Web.Extensions (1)
UI\UpdatePanel.cs (1)
404
HtmlTextWriter childWriter = new HtmlTextWriter(new
StringWriter
(CultureInfo.CurrentCulture));
System.Web.Mobile (11)
UI\MobileControls\Adapters\HtmlCalendarAdapter.cs (1)
106
StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture);
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
1107
new HtmlTextWriter(new
StringWriter
(CultureInfo.InvariantCulture)), tempWriter.Device);
UI\MobileControls\Design\Adapters\DesignerTextWriter.cs (1)
31
base(new
StringWriter
(CultureInfo.CurrentCulture), DesignerCapabilities.Instance)
UI\MobileControls\Design\MobileControlDesigner.cs (1)
357
StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture);
UI\MobileControls\Design\MobileControlPersister.cs (5)
250
StringWriter tagProps = new
StringWriter
(CultureInfo.InvariantCulture);
251
StringWriter innerProps = new
StringWriter
(CultureInfo.InvariantCulture);
338
StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture);
760
StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture);
791
StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture);
UI\MobileControls\MobilePage.cs (1)
353
StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture);
UI\MobileControls\SessionViewState.cs (1)
165
StringWriter s = new
StringWriter
(CultureInfo.InvariantCulture);
System.Web.Services (2)
System\Web\Services\Description\ServiceDescription.cs (1)
586
StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture);
System\Web\Services\Protocols\RuntimeUtils.cs (1)
45
StringWriter xml = new
StringWriter
(CultureInfo.InvariantCulture);
System.Workflow.ComponentModel (6)
AuthoringOM\Design\ComponentSerializationService.cs (2)
300
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
314
xomlSerializationManager.Context.Push(new
StringWriter
(CultureInfo.InvariantCulture));
AuthoringOM\ScheduleChanges.cs (2)
573
using (StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture))
766
using (StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture))
AuthoringOM\Serializer\ActivitySurrogate.cs (1)
93
using (StringWriter changeActionsStringWriter = new
StringWriter
(CultureInfo.InvariantCulture))
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
184
StringWriter xomlStringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (1)
1000
using (StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture))
RTTrackingProfile.cs (1)
98
StringWriter writer = new
StringWriter
(System.Globalization.CultureInfo.InvariantCulture);
Tracking\SqlTrackingService.cs (1)
2618
using (StringWriter stringWriter = new
StringWriter
(System.Globalization.CultureInfo.InvariantCulture))
System.Xml (12)
System\Xml\Core\XmlReader.cs (2)
1057
StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture);
1152
StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture);
System\Xml\Core\XmlReaderAsync.cs (2)
186
StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture);
267
StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture);
System\Xml\Dom\XmlNode.cs (2)
824
StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture);
839
StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture);
System\Xml\Serialization\Compiler.cs (2)
31
StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture);
201
StringWriter stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
System\Xml\Serialization\XmlSchemas.cs (1)
568
StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture);
System\Xml\Serialization\XmlSerializationReader.cs (1)
3723
StringWriter writer = new
StringWriter
(CultureInfo.InvariantCulture);
System\Xml\XPath\XPathNavigator.cs (2)
1180
stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
1213
stringWriter = new
StringWriter
(CultureInfo.InvariantCulture);
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
2005
using (StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture)) {
6707
using (StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture)) {
7383
using (StringWriter sw = new
StringWriter
(CultureInfo.InvariantCulture)) {