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)
119if ( _stream == null) 124return _stream; 142if (_stream != null) 144_stream.Close();