3 writes to HasAllInformation
Microsoft.CodeAnalysis.LanguageServer (3)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (2)
328
HasAllInformation
= documentKind is LooseDocumentKind.MiscellaneousFileWithStandardReferencesAndSemanticErrors,
366
HasAllInformation
= true,
HostWorkspace\LanguageServerProjectSystem.cs (1)
101
HasAllInformation
= true,
1 reference to HasAllInformation
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LanguageServerProjectLoader.cs (1)
287
var (outputKind, metadataReferences, targetNeedsRestore) = await target.UpdateWithNewProjectInfoAsync(loadedProjectInfo, isMiscellaneousFile, remoteProjectLoadResult.
HasAllInformation
, _logger);