1 override of LoadTextAndVersionAsync
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\FileTextLoader.cs (1)
90
public override Task<TextAndVersion>
LoadTextAndVersionAsync
(Workspace? workspace, DocumentId? documentId, CancellationToken cancellationToken)
3 references to LoadTextAndVersionAsync
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\FileTextLoader.cs (1)
91
=> base.
LoadTextAndVersionAsync
(workspace, documentId, cancellationToken);
Workspace\Solution\TextLoader.cs (2)
65
_ => new StrongBox<bool>(new Func<Workspace, DocumentId, CancellationToken, Task<TextAndVersion>>(
LoadTextAndVersionAsync
).Method.DeclaringType != typeof(TextLoader))).Value)
67
return
LoadTextAndVersionAsync
(workspace: null, documentId: null, cancellationToken);