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