1 instantiation of TemporaryStorageService
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryStorage\TemporaryStorageService.Factory.cs (1)
30
return new
TemporaryStorageService
(workspaceThreadingService, textFactory);
7 references to TemporaryStorageService
Microsoft.CodeAnalysis.Workspaces (7)
Serialization\SerializableSourceText.cs (3)
15
using static Microsoft.CodeAnalysis.Host.
TemporaryStorageService
;
177
var
temporaryStorageService = (
TemporaryStorageService
)storageService;
Serialization\SerializedPortableExecutableReference.cs (1)
14
using static
TemporaryStorageService
;
Serialization\SerializerService_Reference.cs (2)
22
using static
TemporaryStorageService
;
441
var storageHandle =
TemporaryStorageService
.GetStreamHandle(storageIdentifier);
TemporaryStorage\TemporaryStorageService.cs (1)
246
TemporaryStorageService
storageService,