1 implementation of GenerateGetHashCodeMethodAsync
Microsoft.CodeAnalysis.Features (1)
GenerateEqualsAndGetHashCodeFromMembers\AbstractGenerateEqualsAndGetHashCodeService.cs (1)
117public async Task<IMethodSymbol> GenerateGetHashCodeMethodAsync(
3 references to GenerateGetHashCodeMethodAsync
Microsoft.CodeAnalysis.Features (3)
ConvertAnonymousType\AbstractConvertAnonymousTypeToClassCodeRefactoringProvider.cs (1)
298var getHashCodeMethod = await equalsAndGetHashCodeService.GenerateGetHashCodeMethodAsync(
ConvertTupleToStruct\AbstractConvertTupleToStructCodeRefactoringProvider.cs (1)
826var getHashCodeMethod = await equalsAndGetHashCodeService.GenerateGetHashCodeMethodAsync(
GenerateEqualsAndGetHashCodeFromMembers\GenerateEqualsAndGetHashCodeAction.cs (1)
190return service.GenerateGetHashCodeMethodAsync(_document, _containingType, _selectedMembers, cancellationToken);