125 instantiations of StringReader
PresentationCore (1)
Core\CSharp\System\Windows\Markup\XmlLanguage.cs (1)
735using (StringReader reader = new StringReader(ietfLanguageTag))
PresentationFramework (6)
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
383UIElement newElement = XamlReader.Load(new XmlTextReader(new StringReader(xml))) as UIElement;
src\Framework\MS\Internal\Ink\XamlClipboardData.cs (1)
138UIElement element = XamlReader.Load(new System.Xml.XmlTextReader(new System.IO.StringReader(xml)), useRestrictiveXamlReader) as UIElement;
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
1103object xamlObject = XamlReader.Load(new XmlTextReader(new System.IO.StringReader(pasteXaml)), useRestrictiveXamlReader);
src\Framework\System\Windows\Documents\TextRange.cs (1)
1372object xamlObject = XamlReader.Load(new XmlTextReader(new System.IO.StringReader(value)));
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
394embeddedObject = (DependencyObject)XamlReader.Load(new XmlTextReader(new StringReader(_xml)));
src\Framework\System\Windows\Markup\XamlReader.cs (1)
63StringReader stringReader = new StringReader(xamlText);
System (2)
sys\system\configuration\ConfigXmlDocument.cs (1)
85_reader = new XmlTextReader(new StringReader(outerXml), sourceReader.NameTable);
sys\system\configuration\SettingsPropertyValue.cs (1)
201StringReader sr = new StringReader(attValue);
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (1)
316StringReader reader = new StringReader(XamlServices.Save(pastedTransition));
System.Activities.Presentation (3)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
474using (XamlDebuggerXmlReader debuggerReader = new XamlDebuggerXmlReader(new StringReader(text), this.XamlSchemaContext))
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
635using (StringReader stringReader = new StringReader(clipBoardString))
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
371StringReader stringReader = new StringReader(value);
System.Configuration (2)
System\Configuration\ConfigXmlReader.cs (1)
39base(new StringReader(rawXml)) {
System\Configuration\ProtectedConfigurationProvider.cs (1)
22using (XmlTextReader reader = new XmlTextReader(new StringReader(xmlText)))
System.Core (1)
System\Security\Cryptography\Rfc4050KeyFormatter.cs (1)
70using (TextReader textReader = new StringReader(xml))
System.Data (32)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
474using (XamlDebuggerXmlReader debuggerReader = new XamlDebuggerXmlReader(new StringReader(text), this.XamlSchemaContext))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
635using (StringReader stringReader = new StringReader(clipBoardString))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
371StringReader stringReader = new StringReader(value);
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
770return new StringReader(data);
fx\src\data\System\Data\Common\DbDataReader.cs (2)
185return new StringReader(String.Empty); 188return new StringReader(GetString(ordinal));
fx\src\data\System\Data\Common\ObjectStorage.cs (2)
287StringReader strReader = new StringReader(s); 294StringReader strreader = new StringReader(s);
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
94StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
123StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
93StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
192StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
95StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
125StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
190StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
191StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
94StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
191StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
191StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
192StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
191StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
192StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
148StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (2)
144StringReader strReader = new StringReader(tempStr); 152StringReader strreader = new StringReader(s);
fx\src\data\System\Data\DataSet.cs (2)
388this.ReadXmlSchema(new XmlTextReader(new StringReader(strSchema)), true); 404this.ReadXml(new XmlTextReader(new StringReader(strData)), XmlReadMode.DiffGram);
fx\src\data\System\Data\DataTable.cs (2)
298ds.ReadXmlSchema(new XmlTextReader( new StringReader( strSchema ) ) ); 309ds.ReadXml(new XmlTextReader( new StringReader( strData ) ), XmlReadMode.DiffGram);
fx\src\data\System\Data\DataViewManager.cs (1)
107XmlTextReader r = new XmlTextReader(new StringReader(value));
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
291System.Xml.XmlReader reader = System.Xml.XmlReader.Create(new System.IO.StringReader(xml), settings, (string)null);
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
1926return new StringReader(data);
System.Data.Entity (3)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (1)
111yy_reader = new System.IO.StringReader(_query);
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
693XElement element = XElement.Load(new StringReader(subtree.ReadOuterXml()));
System\Data\SqlClient\SqlTypesAssembly.cs (1)
504return System.Xml.XmlReader.Create(new System.IO.StringReader(stringValue));
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
144XmlTextReader reader = new XmlTextReader(new System.IO.StringReader(xml));
System.Data.Services.Design (1)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
103XmlReader.Create(new StringReader(edmxContent)),
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
4700using (StringReader sr = new StringReader(reader.ReadOuterXml()))
System\IdentityModel\WrappedReader.cs (1)
245this.contentReader = new StringReader(Value);
System.Runtime.Remoting (1)
metadata\sudscommon.cs (1)
452input = (TextReader)new StringReader(strbuffer);
System.Runtime.Serialization (4)
System\Runtime\Serialization\SchemaExporter.cs (2)
77StringReader reader = new StringReader(Globals.SerializationSchema); 357return (XmlElement)XmlDoc.ReadNode(XmlReader.Create(new StringReader(stringWriter.ToString())));
System\Runtime\Serialization\SchemaImporter.cs (2)
53StringReader reader = new StringReader(Globals.SerializationSchema); 611XmlSchema serializationSchema = XmlSchema.Read(XmlReader.Create(new StringReader(Globals.SerializationSchema)), null);
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (1)
754using (StringReader sr = new StringReader(decryptedString))
system\security\cryptography\xml\transform.cs (1)
912using (StringReader sr = new StringReader(_xslFragment)) {
System.ServiceModel (13)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
314TextReader reader = new StringReader(wsdlText);
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
247TextReader reader = new StringReader(wsdlText);
System\ServiceModel\Configuration\XPathMessageFilterElement.cs (2)
80using (StringReader stringReader = new StringReader(filterStringBuilder.ToString())) 123using (StringReader stringReader = new StringReader(filterStringBuilder.ToString()))
System\ServiceModel\Description\MessageContractExporter.cs (6)
1350StringReader reader = new StringReader(wsdl); 1356StringReader reader = new StringReader(soap); 1362StringReader reader = new StringReader(soapEncoding); 1368StringReader reader = new StringReader(fakeSoapEncoding); 1374StringReader reader = new StringReader(fakeXsd); 1380StringReader reader = new StringReader(fakeXmlSchema);
System\ServiceModel\EndpointAddress10.cs (1)
70using (XmlTextReader reader = new XmlTextReader(new StringReader(Schema)) { DtdProcessing = DtdProcessing.Prohibit })
System\ServiceModel\EndpointAddressAugust2004.cs (1)
70using (XmlTextReader reader = new XmlTextReader(new StringReader(Schema)) { DtdProcessing = DtdProcessing.Prohibit })
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
2067StringReader reader = new StringReader(xmlSchema);
System.Web (10)
Compilation\BaseCodeDomTreeGenerator.cs (1)
795StringReader reader = new StringReader(sb.ToString());
ErrorFormatter.cs (1)
1480reader = new StringReader(sourceCode);
Management\SqlServices.cs (1)
410sr = new StringReader(content);
UI\WebControls\xml.cs (2)
66XmlReader dataReader = XmlUtils.CreateXmlReader(new StringReader(textNoWS), string.Empty, readerSettings); 125XmlTextReader reader = new XmlTextReader(new StringReader(identityXslStr));
UI\WebControls\XmlDataSource.cs (1)
484return XmlUtils.CreateXmlReader(new StringReader(content));
UI\WebParts\ImportCatalogPart.cs (2)
187using (StringReader sr = new StringReader(_importedPartDescription)) { 329using (XmlReader reader = XmlUtils.CreateXmlReader(new StringReader(_importedPartDescription))) {
Util\XmlUtils.cs (2)
28using (StringReader sreader = new StringReader(content)) { 42StringReader reader = new StringReader(content);
System.Web.DataVisualization (2)
Common\Utilities\XmlSerializer.cs (1)
698 XmlTextReader textReader = new XmlTextReader(new StringReader("<base64>" + data + "</base64>"))
WebForm\ChartWebControl.cs (1)
1601 StringReader stringReader = new StringReader((string)this.ViewState["ViewStateData"]);
System.Web.Extensions (2)
Compilation\WCFBuildProvider.cs (1)
169XmlReader.Create(new StringReader(edmxContent)),
Compilation\WCFModel\MetadataFile.cs (1)
547LoadContentFromTextReader(new StringReader(content));
System.Web.Services (6)
System\Web\Services\Description\ServiceDescription.cs (3)
171using (XmlTextReader reader = new XmlTextReader(new StringReader(Schemas.Wsdl))) 184using (XmlTextReader reader = new XmlTextReader(new StringReader(Schemas.SoapEncoding))) 589using (XmlTextReader reader = new XmlTextReader(new StringReader(writer.ToString())))
System\Web\Services\Description\SoapFormatExtensions.cs (1)
45using (XmlTextReader reader = new XmlTextReader(new StringReader(Schemas.Soap)))
System\Web\Services\Description\WebReferenceOptions.cs (1)
97using (XmlTextReader reader = new XmlTextReader(new StringReader(Schemas.WebRef)))
System\Web\Services\Discovery\DiscoveryDocumentReference.cs (1)
195XmlTextReader piReader = new XmlTextReader(new StringReader(sb.ToString()));
System.Windows.Forms (4)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
902using (TextReader stringReader = new StringReader(manifestDom.OuterXml)) {
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1616using (TextReader stringReader = new StringReader(manifestDom.OuterXml))
winforms\Managed\System\Resources\ResXResourceReader.cs (1)
279contentReader = new XmlTextReader(new StringReader(fileContents));
winforms\Managed\System\Resources\ResXResourceWriter.cs (1)
329XmlTextReader reader = new XmlTextReader(new StringReader(ResourceSchema));
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
698 XmlTextReader textReader = new XmlTextReader(new StringReader("<base64>" + data + "</base64>"))
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ComponentSerializationService.cs (1)
237StringReader stringReader = new StringReader(this.serializedXmlString);
AuthoringOM\Design\Themes.cs (2)
547stringReader = new StringReader(stringWriter.ToString()); 719textReader = XmlReader.Create(new StringReader(themeAttrib.Xml));
AuthoringOM\ScheduleChanges.cs (2)
584using (StringReader sr = new StringReader(dynamicUpdateHistory)) 777using (StringReader sr = new StringReader(addedActivityText))
System.Workflow.Runtime (12)
RTTrackingProfile.cs (1)
109reader = new StringReader(writer.ToString());
Tracking\SqlTrackingService.cs (3)
314pReader = new StringReader(tmp); 411pReader = new StringReader(tmp); 655pReader = new StringReader(tmp);
Tracking\SqlTrackingWorkflowInstance.cs (4)
584StringReader sr = new StringReader(reader.GetString(0)); 638using (sr = new StringReader(reader.GetString(0))) 689StringReader sr = new StringReader(reader.GetString(0)); 732using (StringReader sr = new StringReader(reader.GetString(0)))
Tracking\TrackingProfileSerializer.cs (1)
31StringReader reader = new StringReader(_xsd);
WorkflowDefinitionDispenser.cs (2)
279using (StringReader xomlTextReader = new StringReader(xomlText)) 289rulesTextReader = new StringReader(rulesText);
WorkflowRuntime.cs (1)
1468using (StringReader reader = new StringReader(e.WorkflowChangesMarkup))
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
418StringReader stringReader = new StringReader((string)serializedInstance);
System.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (2)
2031return new StringReader( string.Empty ); 2056return new StringReader( remainer );
System\Xml\Dom\XmlDocument.cs (1)
1121XmlTextReader reader = SetupReader( new XmlTextReader( new StringReader( xml ), NameTable ));
System\Xml\Resolvers\XmlPreloadedResolver.cs (1)
101return new StringReader(str);
System\Xml\Serialization\XmlSchemas.cs (1)
696xml = XmlSchema.Read(new StringReader(xmlSchema), null);
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
4082using (StringReader sr = new StringReader(text)) { 5778using (StringReader sr = new StringReader(text)) {
66 references to StringReader
PresentationCore (2)
Core\CSharp\System\Windows\Markup\XmlLanguage.cs (2)
735using (StringReader reader = new StringReader(ietfLanguageTag)) 752static private int ParseSubtag(string ietfLanguageTag, StringReader reader, bool isPrimary)
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlReader.cs (1)
63StringReader stringReader = new StringReader(xamlText);
System (1)
sys\system\configuration\SettingsPropertyValue.cs (1)
201StringReader sr = new StringReader(attValue);
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (1)
316StringReader reader = new StringReader(XamlServices.Save(pastedTransition));
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
635using (StringReader stringReader = new StringReader(clipBoardString))
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
371StringReader stringReader = new StringReader(value);
System.Data (21)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
635using (StringReader stringReader = new StringReader(clipBoardString))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
371StringReader stringReader = new StringReader(value);
fx\src\data\System\Data\Common\ObjectStorage.cs (2)
287StringReader strReader = new StringReader(s); 294StringReader strreader = new StringReader(s);
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
94StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
123StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
93StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
192StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
95StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
125StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
190StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
191StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
94StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
191StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
191StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
192StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
191StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
192StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
148StringReader strReader = new StringReader(tempStr);
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (2)
144StringReader strReader = new StringReader(tempStr); 152StringReader strreader = new StringReader(s);
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
4700using (StringReader sr = new StringReader(reader.ReadOuterXml()))
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaExporter.cs (1)
77StringReader reader = new StringReader(Globals.SerializationSchema);
System\Runtime\Serialization\SchemaImporter.cs (1)
53StringReader reader = new StringReader(Globals.SerializationSchema);
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (1)
754using (StringReader sr = new StringReader(decryptedString))
system\security\cryptography\xml\transform.cs (1)
912using (StringReader sr = new StringReader(_xslFragment)) {
System.ServiceModel (9)
System\ServiceModel\Configuration\XPathMessageFilterElement.cs (2)
80using (StringReader stringReader = new StringReader(filterStringBuilder.ToString())) 123using (StringReader stringReader = new StringReader(filterStringBuilder.ToString()))
System\ServiceModel\Description\MessageContractExporter.cs (6)
1350StringReader reader = new StringReader(wsdl); 1356StringReader reader = new StringReader(soap); 1362StringReader reader = new StringReader(soapEncoding); 1368StringReader reader = new StringReader(fakeSoapEncoding); 1374StringReader reader = new StringReader(fakeXsd); 1380StringReader reader = new StringReader(fakeXmlSchema);
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
2067StringReader reader = new StringReader(xmlSchema);
System.Web (5)
Compilation\BaseCodeDomTreeGenerator.cs (1)
795StringReader reader = new StringReader(sb.ToString());
Management\SqlServices.cs (1)
394StringReader sr;
UI\WebParts\ImportCatalogPart.cs (1)
187using (StringReader sr = new StringReader(_importedPartDescription)) {
Util\XmlUtils.cs (2)
28using (StringReader sreader = new StringReader(content)) { 42StringReader reader = new StringReader(content);
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
1601 StringReader stringReader = new StringReader((string)this.ViewState["ViewStateData"]);
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ComponentSerializationService.cs (1)
237StringReader stringReader = new StringReader(this.serializedXmlString);
AuthoringOM\Design\Themes.cs (1)
538StringReader stringReader = null;
AuthoringOM\ScheduleChanges.cs (2)
584using (StringReader sr = new StringReader(dynamicUpdateHistory)) 777using (StringReader sr = new StringReader(addedActivityText))
System.Workflow.Runtime (11)
RTTrackingProfile.cs (1)
99StringReader reader = null;
Tracking\SqlTrackingService.cs (3)
310StringReader pReader = null; 407StringReader pReader = null; 651StringReader pReader = null;
Tracking\SqlTrackingWorkflowInstance.cs (3)
584StringReader sr = new StringReader(reader.GetString(0)); 689StringReader sr = new StringReader(reader.GetString(0)); 732using (StringReader sr = new StringReader(reader.GetString(0)))
Tracking\TrackingProfileSerializer.cs (1)
31StringReader reader = new StringReader(_xsd);
WorkflowDefinitionDispenser.cs (2)
279using (StringReader xomlTextReader = new StringReader(xomlText)) 284StringReader rulesTextReader = null;
WorkflowRuntime.cs (1)
1468using (StringReader reader = new StringReader(e.WorkflowChangesMarkup))
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
418StringReader stringReader = new StringReader((string)serializedInstance);
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
4082using (StringReader sr = new StringReader(text)) { 5778using (StringReader sr = new StringReader(text)) {