5 references to HasAllInformation
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\ProjectInfo.cs (4)
100internal bool HasAllInformation => Attributes.HasAllInformation; 561var newHasAllInformation = hasAllInformation.HasValue ? hasAllInformation.Value : HasAllInformation; 577newHasAllInformation == HasAllInformation && 621writer.WriteBoolean(HasAllInformation);
Workspace\Solution\SolutionCompilationState.cs (1)
585.WithHasAllInformation(projectId, attributes.HasAllInformation)