2 instantiations of LoadableTextAndVersionSource
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\TextDocumentState.cs (2)
78
=> new
LoadableTextAndVersionSource
(loader, cacheResult: true);
96
=> new RecoverableTextAndVersion(new
LoadableTextAndVersionSource
(loader, cacheResult: false), services);
3 references to LoadableTextAndVersionSource
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\LoadableTextAndVersionSource.cs (2)
18
public readonly
LoadableTextAndVersionSource
Source;
22
public LazyValueWithOptions(
LoadableTextAndVersionSource
source, LoadTextOptions options)
Workspace\Solution\RecoverableTextAndVersion.cs (1)
164
Contract.ThrowIfTrue(source is
LoadableTextAndVersionSource
{ CacheResult: true });