4 references to FrameworkOption
dotnet-format (4)
Commands\FormatCommandCommon.cs (3)
122command.Options.Add(FrameworkOption); 219if (parseResult.GetResult(FrameworkOption) is not null && 220parseResult.GetValue(FrameworkOption) is string { Length: > 0 } framework)
Commands\FormatWhitespaceCommand.cs (1)
53var framework = symbolResult.GetResult(FrameworkOption);