4 writes to MethodGenerationKind
Microsoft.CodeAnalysis.Features (4)
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;
2 references to MethodGenerationKind
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.CodeAction.cs (2)
47
switch (state.
MethodGenerationKind
)
61
throw ExceptionUtilities.UnexpectedValue(state.
MethodGenerationKind
);