4 references to Source
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\VersionSource\LoadableTextAndVersionSource.cs (4)
23
/// Strong reference to the loaded text and version. Only held onto once computed if <see cref="
Source
"/>.<see
38
=>
Source
.TextLoader.LoadTextAsync(Options, cancellationToken);
41
=>
Source
.TextLoader.LoadTextSynchronously(Options, cancellationToken);
90
if (this.
Source
.CacheResult)