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