2 references to CreateDocumentInfoAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteWorkspace.SolutionCreator.cs (1)
489
var documentInfo = await _assetProvider.
CreateDocumentInfoAsync
(
Microsoft.CodeAnalysis.Remote.Workspaces (1)
AbstractAssetProvider.cs (1)
127
documentInfos.Add(await
CreateDocumentInfoAsync
(documentId, attributeChecksum, textChecksum, cancellationToken).ConfigureAwait(false));