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)
122if ( _stream == null) 127return _stream; 145if (_stream != null) 147_stream.Close();