19 references to OpenRead
PresentationBuildTasks (7)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (3)
263
using (Stream source = File.
OpenRead
(inputFile.ItemSpec))
317
using (Stream source = File.
OpenRead
(inputFile.ItemSpec))
499
using (Stream xamlStream = File.
OpenRead
(fileName))
BuildTasks\MS\Internal\Shared\SourceFileInfo.cs (1)
124
_stream = File.
OpenRead
(_filePath);
BuildTasks\MS\Internal\Tasks\CompilerState.cs (1)
172
stream = File.
OpenRead
(_stateFilePath);
BuildTasks\MS\Internal\Tasks\TaskFileService.cs (2)
157
fileStream = File.
OpenRead
(srcFile);
206
using (Stream fileStream = File.
OpenRead
(fileName))
PresentationCore (1)
Core\CSharp\MS\Internal\AppModel\SiteOfOriginPart.cs (1)
182
return File.
OpenRead
(_absoluteLocation.LocalPath);
System (4)
compmod\microsoft\csharp\csharpcodeprovider.cs (2)
3596
using (Stream str = File.
OpenRead
(fileName)) { }
3678
using (Stream str = File.
OpenRead
(fileName)) { }
compmod\system\codedom\compiler\CodeCompiler.cs (2)
108
using (Stream str = File.
OpenRead
(fileName)) { }
206
using (Stream str = File.
OpenRead
(fileName)) { }
System.AddIn (1)
System\Addin\Hosting\AddInStore.cs (1)
1088
using (Stream s = File.
OpenRead
(storeFileName))
System.Drawing (1)
commonui\System\Drawing\Image.cs (1)
428
created = dataStream = File.
OpenRead
(filename);
System.Runtime.Remoting (1)
metadata\metadata.cs (1)
183
inputStream = File.
OpenRead
(filename);
System.Web (1)
Compilation\BuildManager.cs (1)
3403
return File.
OpenRead
(path);
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1603
using (FileStream fileStream = File.
OpenRead
(settings.Directory + key))
System.Web.Services (2)
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (2)
337
Stream file = File.
OpenRead
(topLevelFilename);
359
Stream docFile = File.
OpenRead
(Path.Combine(topLevelPath, results.Results[i].Filename));