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)
48
Identifier = new TemporaryStorageIdentifier(Guid.NewGuid().ToString(), 0,
_stream
.Length);
55
return new MemoryStream(
_stream
.GetBuffer(), 0, (int)
_stream
.Length, writable: false);