DocumentId.CreateNewId(ProjectId, String) Method

Definition

Creates a new DocumentId instance.

public static Microsoft.CodeAnalysis.DocumentId CreateNewId (Microsoft.CodeAnalysis.ProjectId projectId, string debugName = default);
public static Microsoft.CodeAnalysis.DocumentId CreateNewId (Microsoft.CodeAnalysis.ProjectId projectId, string? debugName = default);
static member CreateNewId : Microsoft.CodeAnalysis.ProjectId * string -> Microsoft.CodeAnalysis.DocumentId
Public Shared Function CreateNewId (projectId As ProjectId, Optional debugName As String = Nothing) As DocumentId

Parameters

projectId
ProjectId

The project id this document id is relative to.

debugName
String

An optional name to make this id easier to recognize while debugging.

Returns

Applies to