ProjectId.CreateNewId(String) Method

Definition

Create a new ProjectId instance.

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

Parameters

debugName
String

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

Returns

Applies to