3 references to RecoverableTextAndVersion
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Host\TemporaryStorage\ITemporaryStorageService.cs (1)
51
/// mapping their data into types like <see cref="
RecoverableTextAndVersion
.RecoverableText"/>. It also allows them
Workspace\Solution\TextDocumentState.cs (2)
74
private static
RecoverableTextAndVersion
CreateRecoverableText(TextAndVersion text, SolutionServices services)
78
=> (TextAndVersionSource as
RecoverableTextAndVersion
)?.StorageHandle;