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