4 writes to _stream
PresentationBuildTasks (4)
BuildTasks\MS\Internal\Shared\SourceFileInfo.cs (4)
43
_stream
= null;
124
_stream
= File.OpenRead(_filePath);
132
_stream
= value;
148
_stream
= null;
4 references to _stream
PresentationBuildTasks (4)
BuildTasks\MS\Internal\Shared\SourceFileInfo.cs (4)
122
if (
_stream
== null)
127
return
_stream
;
145
if (
_stream
!= null)
147
_stream
.Close();