1 write to _stream
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryStorage\TrivialTemporaryStorageService.cs (1)
47_stream = stream;
3 references to _stream
Microsoft.CodeAnalysis.Workspaces (3)
TemporaryStorage\TrivialTemporaryStorageService.cs (3)
48Identifier = new TemporaryStorageIdentifier(Guid.NewGuid().ToString(), 0, _stream.Length); 55return new MemoryStream(_stream.GetBuffer(), 0, (int)_stream.Length, writable: false);