8 references to MethodGenerationKind
Microsoft.CodeAnalysis.Features (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)
226
MethodGenerationKind =
MethodGenerationKind
.Member;
src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.CodeAction.cs (3)
46
case
MethodGenerationKind
.Member:
53
case
MethodGenerationKind
.ImplicitConversion:
55
case
MethodGenerationKind
.ExplicitConversion:
src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.State.cs (1)
43
public
MethodGenerationKind
MethodGenerationKind { get; protected set; }