Base:
method
ToString
System.Object.ToString()
109 references to ToString
PresentationFramework (5)
src\Framework\MS\Internal\LayoutDump.cs (2)
61
return stringWriter.
ToString
();
121
return stringWriter.
ToString
();
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
188
string xamlText = stringWriter.
ToString
();
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1483
return stringWriter.
ToString
();
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
207
string xamlText = stringWriter.
ToString
();
System (3)
net\System\Net\WebUtility.cs (2)
60
return writer.
ToString
();
162
return writer.
ToString
();
sys\system\configuration\SettingsPropertyValue.cs (1)
267
return sw.
ToString
();
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\ServiceContractImporter.cs (1)
148
return textWriter.
ToString
();
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
547
string clipBoardString = stringWriter.
ToString
();
System.Configuration (3)
System\Configuration\ConfigurationSection.cs (1)
94
return strWriter.
ToString
();
System\Configuration\XmlUtil.cs (2)
995
string s = ((StringWriter)utilWriter.Writer).
ToString
();
1162
string s = ((StringWriter)utilWriter.Writer).
ToString
();
System.Core (1)
Microsoft\Scripting\Ast\Expression.cs (1)
247
return writer.
ToString
();
System.Data (25)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
547
string clipBoardString = stringWriter.
ToString
();
fx\src\data\System\Data\Common\ObjectStorage.cs (2)
401
return (strwriter.
ToString
());
406
return strwriter.
ToString
();
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
113
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
142
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
112
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
211
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
114
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
144
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
209
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
210
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
113
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
210
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
210
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
211
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
210
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
211
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
167
return (strwriter.
ToString
());
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
192
return (strwriter.
ToString
());
fx\src\data\System\Data\DataSet.cs (5)
335
strData = strWriter.
ToString
();
1370
return strWriter.
ToString
();
1387
return strWriter.
ToString
();
1406
return strWriter.
ToString
();
1430
return strWriter.
ToString
();
fx\src\data\System\Data\SQLTypes\SqlXml.cs (1)
173
return sw.
ToString
();
System.Data.Entity.Design (1)
System\Data\Entity\Design\AspNet\EntityModelBuildProvider.cs (1)
81
assemblyBuilder.AddCodeCompileUnit(this, new CodeSnippetCompileUnit(output.
ToString
()));
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
817
throw XsltException.Create(Res.Xslt_ScriptCompileErrors, stringWriter.
ToString
());
System.IdentityModel (2)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
119
return writer.
ToString
();
System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (1)
124
return writer.
ToString
();
System.Management (1)
Instrumentation\CodeSpit.cs (1)
25
string retString = writer.
ToString
();
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
357
return (XmlElement)XmlDoc.ReadNode(XmlReader.Create(new StringReader(stringWriter.
ToString
())));
System.ServiceModel (10)
System\ServiceModel\Administration\ServiceInfo.cs (3)
130
metadataStrings.Add(sw.
ToString
());
138
metadataStrings.Add(sw.
ToString
());
145
metadataStrings.Add(sw.
ToString
());
System\ServiceModel\Channels\Message.cs (1)
513
return stringWriter.
ToString
();
System\ServiceModel\Channels\MessageHeader.cs (1)
88
return stringWriter.
ToString
();
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (1)
829
byte[] wsdlText = utf8.GetBytes(textWriter.
ToString
());
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1092
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(stringWriter.
ToString
()));
System\ServiceModel\Security\InMemoryNonceCache.cs (1)
45
return writer.
ToString
();
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (1)
260
return writer.
ToString
();
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
187
return writer.
ToString
();
System.Web (16)
Compilation\BuildManagerHost.cs (1)
383
code = sw.
ToString
();
ErrorFormatter.cs (1)
253
return stringWriter.
ToString
();
Management\TemplatedMailWebEventProvider.cs (1)
141
msg.Body = writer.
ToString
();
UI\CssStyleCollection.cs (1)
292
return sw.
ToString
();
UI\Page.cs (1)
1598
traceString = sw.
ToString
();
UI\PartialCachingControl.cs (2)
379
_cacheEntry.OutputString = tmpWriter.
ToString
();
567
return cssStringWriter.
ToString
();
UI\WebControls\AdPostCacheSubstitution.cs (1)
52
return stringWriter.
ToString
();
UI\WebControls\DetailsView.cs (1)
2265
return Convert.ToString(PageIndex, CultureInfo.InvariantCulture) + "|" + dataKeyString + "|" + stringWriter.
ToString
();
UI\WebControls\GridView.cs (1)
2786
return Convert.ToString(PageIndex, CultureInfo.InvariantCulture) + "|" + Convert.ToString((int)SortDirection, CultureInfo.InvariantCulture) + "|" + sortExpressionString + "|" + dataKeysString + "|" + stringWriter.
ToString
();
UI\WebControls\Menu.cs (2)
1852
dictionary[_getDesignTimeStaticHtml] = staticHtmlBuilder.
ToString
();
1908
dictionary[_getDesignTimeDynamicHtml] = dynamicHtmlBuilder.
ToString
();
UI\WebControls\TreeView.cs (1)
3328
result = lastIndex.ToString(CultureInfo.InvariantCulture) + "|" + expandState.ToString() + "|" + stringWriter.
ToString
();
Util\HttpEncoder.cs (3)
213
return writer.
ToString
();
332
return writer.
ToString
();
351
return writer.
ToString
();
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
543
_isImageRendersBorder = sw.
ToString
().IndexOf("border", 0, StringComparison.OrdinalIgnoreCase) != -1 ? 1 : -1;
System.Web.Mobile (9)
UI\MobileControls\Adapters\HtmlCalendarAdapter.cs (1)
109
String webCalendarHtml = sw.
ToString
();
UI\MobileControls\Design\MobileControlDesigner.cs (1)
422
return sw.
ToString
();
UI\MobileControls\Design\MobileControlPersister.cs (5)
265
sw.Write(tagProps.
ToString
());
268
string innerPropsString = innerProps.
ToString
();
341
return sw.
ToString
();
763
return sw.
ToString
();
794
return sw.
ToString
();
UI\MobileControls\MobilePage.cs (1)
355
_clientViewStateString = writer.
ToString
();
UI\MobileControls\SessionViewState.cs (1)
167
info.AddValue("s", s.
ToString
());
System.Web.Services (2)
System\Web\Services\Description\ServiceDescription.cs (1)
589
using (XmlTextReader reader = new XmlTextReader(new StringReader(writer.
ToString
())))
System\Web\Services\Protocols\RuntimeUtils.cs (1)
62
return xml.
ToString
();
System.Workflow.ComponentModel (8)
AuthoringOM\Design\ComponentSerializationService.cs (1)
348
this.serializedXmlString = stringWriter.
ToString
();
AuthoringOM\Design\Themes.cs (1)
547
stringReader = new StringReader(stringWriter.
ToString
());
AuthoringOM\ScheduleChanges.cs (2)
579
dynamicUpdateHistory = sw.
ToString
();
772
addedActivityText = sw.
ToString
();
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (2)
60
string currentXoml = stringWriter.
ToString
();
169
string currentXoml = stringWriter.
ToString
();
AuthoringOM\Serializer\ActivitySurrogate.cs (1)
98
info.AddValue("workflowChanges", changeActionsStringWriter.
ToString
());
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
196
writer.WriteRaw(xomlStringWriter.
ToString
());
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (1)
1015
this.controllerConduit.ScheduleTypeLoaded(this.programId, scheduleTypeId, scheduleType.Assembly.FullName, fileName, md5Digest, isDynamic, scheduleType.FullName, scheduleType.Name, stringWriter.
ToString
());
RTTrackingProfile.cs (1)
109
reader = new StringReader(writer.
ToString
());
Tracking\SqlTrackingService.cs (1)
2624
xomlText = stringWriter.
ToString
();
System.Xml (12)
System\Xml\Core\XmlReader.cs (2)
1074
return sw.
ToString
();
1168
return sw.
ToString
();
System\Xml\Core\XmlReaderAsync.cs (2)
203
return sw.
ToString
();
283
return sw.
ToString
();
System\Xml\Dom\XmlNode.cs (2)
832
return sw.
ToString
();
847
return sw.
ToString
();
System\Xml\Serialization\Compiler.cs (2)
198
results = codeProvider.CompileAssemblyFromSource(parameters, writer.
ToString
());
213
throw new InvalidOperationException(stringWriter.
ToString
());
System\Xml\Serialization\XmlSchemas.cs (1)
573
return sw.
ToString
();
System\Xml\Serialization\XmlSerializationReader.cs (1)
3725
return writer.
ToString
();
System\Xml\XPath\XPathNavigator.cs (2)
1195
return stringWriter.
ToString
();
1235
return stringWriter.
ToString
();
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
2020
return sw.
ToString
();
6713
return sw.
ToString
().Trim();
7391
return sw.
ToString
();