4 references to new
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\AssetPath.cs (3)
47: this(kind, projectId, documentId: null) 52: this(kind, documentId?.ProjectId, documentId) 82public static implicit operator AssetPath(AssetPathKind kind) => new(kind);
Workspace\Solution\StateChecksums.cs (1)
150new AssetPath(AssetPathKind.DocumentText, assetPath.ProjectId, assetPath.DocumentId),