8 references to MethodGenerationKind
Microsoft.CodeAnalysis.CodeStyle.Fixes (8)
src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\AbstractGenerateConversionService.State.cs (2)
77MethodGenerationKind = MethodGenerationKind.ExplicitConversion; 100MethodGenerationKind = MethodGenerationKind.ImplicitConversion;
src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\AbstractGenerateDeconstructMethodService.State.cs (1)
53MethodGenerationKind = MethodGenerationKind.Member;
src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\AbstractGenerateMethodService.State.cs (1)
227MethodGenerationKind = MethodGenerationKind.Member;
src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.CodeAction.cs (3)
49case MethodGenerationKind.Member: 56case MethodGenerationKind.ImplicitConversion: 58case MethodGenerationKind.ExplicitConversion:
src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.State.cs (1)
43public MethodGenerationKind MethodGenerationKind { get; protected set; }