3 references to new
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\AssetPath.cs (3)
87
public static implicit operator AssetPath(ProjectId projectId) =>
new
(AssetPathKind.Projects, projectId);
100
=>
new
(AssetPathKind.SolutionCompilationState | AssetPathKind.SolutionState | AssetPathKind.Projects, projectId);
108
=>
new
(AssetPathKind.Documents, projectId);