48 references to HasAllInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
913IsMiscellaneous = project.Solution.WorkspaceKind == WorkspaceKind.MiscellaneousFiles && !project.State.HasAllInformation,
Microsoft.CodeAnalysis.LanguageServer.UnitTests (43)
FileBasedProgramsWorkspaceTests.cs (43)
99Assert.False(document.Project.State.HasAllInformation); 110Assert.True(document.Project.State.HasAllInformation); 138Assert.False(document.Project.State.HasAllInformation); 149Assert.True(document.Project.State.HasAllInformation); 179Assert.True(document.Project.State.HasAllInformation); 265Assert.False(canonicalDocumentTwo.Project.State.HasAllInformation); 363Assert.False(looseDocumentOne.Project.State.HasAllInformation); 374Assert.False(canonicalDocumentOne.Project.State.HasAllInformation); 391Assert.True(canonicalDocumentTwo.Project.State.HasAllInformation); 429Assert.False(looseDocument.Project.State.HasAllInformation); 464Assert.False(looseDocumentOne.Project.State.HasAllInformation); 475Assert.False(canonicalDocumentOne.Project.State.HasAllInformation); 549Assert.True(document.Project.State.HasAllInformation); 558Assert.False(document.Project.State.HasAllInformation); 566Assert.True(document.Project.State.HasAllInformation); 589Assert.True(document.Project.State.HasAllInformation); 598Assert.False(document.Project.State.HasAllInformation); 606Assert.True(document.Project.State.HasAllInformation); 674Assert.False(document.Project.State.HasAllInformation); 684Assert.True(document.Project.State.HasAllInformation); 696Assert.True(document.Project.State.HasAllInformation); 707Assert.True(document.Project.State.HasAllInformation); 739Assert.True(document.Project.State.HasAllInformation); 849Assert.True(document.Project.State.HasAllInformation); 905Assert.True(document.Project.State.HasAllInformation); 957Assert.True(document.Project.State.HasAllInformation); 1073Assert.False(document.Project.State.HasAllInformation); 1082Assert.False(document.Project.State.HasAllInformation); // We didn't observe the file system change 1090Assert.True(document.Project.State.HasAllInformation); 1097Assert.True(document.Project.State.HasAllInformation); // We didn't observe the file system change 1105Assert.False(document.Project.State.HasAllInformation); 1133Assert.False(document.Project.State.HasAllInformation); 1163Assert.False(document.Project.State.HasAllInformation); 1196Assert.True(document.Project.State.HasAllInformation); 1203Assert.True(document.Project.State.HasAllInformation); 1211Assert.True(document.Project.State.HasAllInformation); 1218Assert.True(document.Project.State.HasAllInformation); 1226Assert.True(document.Project.State.HasAllInformation); 1255Assert.True(document.Project.State.HasAllInformation); 1290Assert.True(document.Project.State.HasAllInformation); 1324Assert.False(document.Project.State.HasAllInformation); 1348Assert.True(document.Project.State.HasAllInformation); 1381Assert.True(document.Project.State.HasAllInformation);
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\ProjectState.cs (1)
744=> (hasAllInformation == HasAllInformation) ? this : WithNewerAttributes(Attributes.With(hasAllInformation: hasAllInformation, version: Version.GetNewerVersion()));
Workspace\Solution\SolutionCompilationState.cs (1)
1243: project.HasAllInformation ? SpecializedTasks.True : SpecializedTasks.False;
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
489var hasSuccessfullyLoaded = this.ProjectState.HasAllInformation &&
Roslyn.VisualStudio.Next.UnitTests (1)
Services\SolutionServiceTests.cs (1)
278Assert.Equal((version % 2) != 0, project.State.HasAllInformation);