4 writes to _stream
PresentationBuildTasks (4)
MS\Internal\Shared\SourceFileInfo.cs (4)
40
_stream
= null;
121
_stream
= File.OpenRead(_filePath);
129
_stream
= value;
145
_stream
= null;
4 references to _stream
PresentationBuildTasks (4)
MS\Internal\Shared\SourceFileInfo.cs (4)
119
if (
_stream
== null)
124
return
_stream
;
142
if (
_stream
!= null)
144
_stream
.Close();