8 references to TemporaryStorageService
Microsoft.CodeAnalysis.Workspaces (8)
Serialization\SerializableSourceText.cs (2)
15
using static Microsoft.CodeAnalysis.Host.
TemporaryStorageService
;
173
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)
19
using static
TemporaryStorageService
;
433
var storageHandle =
TemporaryStorageService
.GetStreamHandle(storageIdentifier);
TemporaryStorage\TemporaryStorageService.cs (1)
245
TemporaryStorageService
storageService,