3 references to HasAllInformation
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\ProjectState.cs (1)
762=> (hasAllInformation == HasAllInformation) ? this : WithNewerAttributes(Attributes.With(hasAllInformation: hasAllInformation, version: Version.GetNewerVersion()));
Workspace\Solution\SolutionCompilationState.cs (1)
1224: project.HasAllInformation ? SpecializedTasks.True : SpecializedTasks.False;
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
489var hasSuccessfullyLoaded = this.ProjectState.HasAllInformation &&