3 references to GenerateConstructorHelpers
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
src\Analyzers\Core\CodeFixes\AddParameter\AddParameterService.cs (1)
197
var (_, parameterToExistingMember, _, _) = await
GenerateConstructorHelpers
.GetParametersAsync(
src\Analyzers\Core\CodeFixes\GenerateConstructor\AbstractGenerateConstructorService.State.cs (2)
32
using static
GenerateConstructorHelpers
;
234
if (
GenerateConstructorHelpers
.CanDelegateTo(_document, parameters, expressions, constructor) &&