8 references to TemporaryStorageService
Microsoft.CodeAnalysis.Workspaces (8)
Serialization\SerializableSourceText.cs (2)
15
using static Microsoft.CodeAnalysis.Host.
TemporaryStorageService
;
174
TemporaryStorageService
storageService,
Serialization\SerializedPortableExecutableReference.cs (1)
14
using static
TemporaryStorageService
;
Serialization\SerializerService.cs (2)
43
private readonly Lazy<
TemporaryStorageService
> _storageService = new(() => (
TemporaryStorageService
)workspaceServices.GetRequiredService<ITemporaryStorageServiceInternal>());
Serialization\SerializerService_Reference.cs (2)
18
using static
TemporaryStorageService
;
426
var storageHandle =
TemporaryStorageService
.GetStreamHandle(storageIdentifier);
TemporaryStorage\TemporaryStorageService.cs (1)
244
TemporaryStorageService
storageService,