6 references to IsGenerated
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\DocumentInfo.cs (4)
51public bool IsGenerated => Attributes.IsGenerated; 209var newIsGenerated = isGenerated.HasValue ? isGenerated.Value : IsGenerated; 217newIsGenerated == IsGenerated && 240writer.WriteBoolean(IsGenerated);
Workspace\Solution\DocumentState.cs (1)
100=> Attributes.IsGenerated;
Workspace\Workspace.cs (1)
2082isGenerated: doc.State.Attributes.IsGenerated)