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