2 references to TextStorage
Microsoft.CodeAnalysis.Workspaces (2)
TemporaryStorage\TrivialTemporaryStorageService.cs (2)
32
return new
TextStorage
(text);
37
return Task.FromResult<ITemporaryStorageTextHandle>(new
TextStorage
(text));