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