4 writes to _stream
PresentationBuildTasks (4)
MS\Internal\Shared\SourceFileInfo.cs (4)
39
_stream
= null;
120
_stream
= File.OpenRead(_filePath);
128
_stream
= value;
144
_stream
= null;
4 references to _stream
PresentationBuildTasks (4)
MS\Internal\Shared\SourceFileInfo.cs (4)
118
if (
_stream
== null)
123
return
_stream
;
141
if (
_stream
!= null)
143
_stream
.Close();