2 references to LoadTextAsync
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
157
var textAndVersion = await loader.
LoadTextAsync
(new LoadTextOptions(SourceHashAlgorithms.Default), cancellationToken);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\VersionSource\LoadableTextAndVersionSource.cs (1)
38
=> Source.TextLoader.
LoadTextAsync
(Options, cancellationToken);