Base:
method
ReadToEnd
System.IO.TextReader.ReadToEnd()
1 override of ReadToEnd
mscorlib (1)
system\io\streamreader.cs (1)
1291public override String ReadToEnd()
44 references to ReadToEnd
ComSvcConfig (1)
SvcFileManager.cs (1)
240svcFileContents = sr.ReadToEnd();
mscorlib (3)
system\io\file.cs (1)
834return sr.ReadToEnd();
system\security\policy\applicationsecuritymanager.cs (1)
131configFileStr = new StreamReader(contents).ReadToEnd();
system\security\securitymanager.cs (1)
189return LoadPolicyLevelFromStringHelper(reader.ReadToEnd(), path, type);
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\MergeLocalizationDirectives.cs (1)
86streamWriter.WriteLine(locStreamReader.ReadToEnd());
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (1)
1185_targetWriter.Write(_sourceReader.ReadToEnd());
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextRangeBase.cs (3)
1590string text = textStreamReader.ReadToEnd(); 1596string xamlText = xamlStreamReader.ReadToEnd(); 1612string rtfText = rtfStreamReader.ReadToEnd();
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3294reader.ReadToEnd();
System (1)
net\System\Net\NetWebProxyFinder.cs (1)
326scriptBody = streamReader.ReadToEnd();
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
475this.Text = fileStream.ReadToEnd();
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
475this.Text = fileStream.ReadToEnd();
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
547sourceCode = reader.ReadToEnd();
System.Data.Services (1)
System\Data\Services\Serializers\Deserializer.cs (1)
823return streamReader.ReadToEnd();
System.Data.Services.Client (4)
System\Data\Services\Client\DataServiceContext.cs (3)
1692message = new StreamReader(stream).ReadToEnd(); 4003reader.ReadToEnd() : 4004ClientConvert.ChangeType(reader.ReadToEnd(), property.PropertyType);
System\Data\Services\Client\DataServiceRequest.cs (1)
216r = XmlConvert.ToInt64(sr.ReadToEnd());
System.Management (2)
Instrumentation\SchemaRegistration.cs (2)
202 return reader.ReadToEnd(); 214 return reader.ReadToEnd();
System.Runtime.Remoting (3)
metadata\metadata.cs (3)
93 tw.Write(sr.ReadToEnd()); 198sourceTexts[item] = streamReader.ReadToEnd(); 270 tw.Write(sr.ReadToEnd());
System.Runtime.Serialization (2)
System\Runtime\Serialization\Json\JsonXmlDataContract.cs (1)
52string serialized = new StreamReader(memoryStream).ReadToEnd();
System\Xml\XmlMtomReader.cs (1)
1791content = new StreamReader(s, System.Text.Encoding.ASCII, false, 256).ReadToEnd();
System.Security (2)
system\security\cryptography\xml\SignedXmlDebugLog.cs (1)
409reader.ReadToEnd());
system\security\cryptography\xml\transform.cs (1)
1391string clearContent = streamReader.ReadToEnd();
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (1)
392sample.Append(new StreamReader(stream, Encoding.Unicode).ReadToEnd());
System.Web (6)
Handlers\AssemblyResourceLoader.cs (1)
658string content = reader.ReadToEnd();
Hosting\ApplicationManager.cs (1)
1459String strFileData = reader.ReadToEnd();
HttpRuntime.cs (1)
3245String strFileData = reader.ReadToEnd();
UI\TemplateParser.cs (1)
767string s = reader.ReadToEnd();
UI\Util.cs (1)
383string content = reader.ReadToEnd();
UI\WebParts\ImportCatalogPart.cs (1)
383_importedPartDescription = sr.ReadToEnd();
System.Web.Extensions (5)
Compilation\WCFModel\MetadataFile.cs (1)
161return memReader.ReadToEnd();
Handlers\ScriptResourceHandler.cs (1)
312return reader.ReadToEnd();
Script\Services\ServicesUtilities.cs (1)
120return reader.ReadToEnd();
UI\ScriptResourceAttribute.cs (2)
353reader.ReadToEnd(), assembly, zip, output); 356output.Append(reader.ReadToEnd());
System.Web.Services (1)
System\Web\Services\Protocols\RequestResponse.cs (1)
99return reader.ReadToEnd();
System.Windows.Forms (3)
winforms\Managed\System\Resources\ResXFileRef.cs (1)
299created = sr.ReadToEnd();
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
5371text = sr.ReadToEnd();
winforms\Managed\System\WinForms\WebBrowser.cs (1)
340return reader.ReadToEnd();