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