1 write to _canonicalBuildResult
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\CanonicalMiscellaneousFilesProjectProvider.cs (1)
25
_canonicalBuildResult
= AsyncLazy.Create(LoadCanonicalProjectAsync);
1 reference to _canonicalBuildResult
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\CanonicalMiscellaneousFilesProjectProvider.cs (1)
30
var canonicalInfos = await
_canonicalBuildResult
.GetValueAsync(cancellationToken);