1 write to Attributes
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionInfo.cs (1)
51
Attributes
= attributes;
5 references to Attributes
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\SolutionInfo.cs (4)
27
public SolutionId Id =>
Attributes
.Id;
32
public VersionStamp Version =>
Attributes
.Version;
37
public string? FilePath =>
Attributes
.FilePath;
91
=> new(
Attributes
.With(telemetryId: telemetryId), Projects, AnalyzerReferences);
Workspace\Workspace.cs (1)
123
=> new(this, solutionInfo.
Attributes
, options, analyzerReferences);