2 references to AddDocumentToExistingProject_NoLockAsync
Microsoft.CodeAnalysis.LanguageServer (2)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (2)
90
return await
AddDocumentToExistingProject_NoLockAsync
(documentPath, documentText, loadedProjectId, cancellationToken);
97
return await
AddDocumentToExistingProject_NoLockAsync
(documentPath, documentText, primordialTarget.PrimordialProjectId, cancellationToken);