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)
118if ( _stream == null) 123return _stream; 141if (_stream != null) 143_stream.Close();