2 references to Project
dotnet-format (2)
CodeFormatter.cs (1)
174
Debug.Assert((formatOptions.WorkspaceType is WorkspaceType.
Project
) == (projectId is not null));
Commands\FormatCommandCommon.cs (1)
325
formatOptions = formatOptions with { WorkspaceType = isSolution ? WorkspaceType.Solution : WorkspaceType.
Project
};