1 write to _typeDeclaration
Microsoft.CodeAnalysis.Features (1)
GenerateEqualsAndGetHashCodeFromMembers\GenerateEqualsAndGetHashCodeAction.cs (1)
52_typeDeclaration = typeDeclaration;
3 references to _typeDeclaration
Microsoft.CodeAnalysis.Features (3)
GenerateEqualsAndGetHashCodeFromMembers\GenerateEqualsAndGetHashCodeAction.cs (3)
93var newTypeDeclaration = info.Service.AddMembers(_typeDeclaration, methods, info, cancellationToken); 104_typeDeclaration, newTypeDeclaration, cancellationToken).ConfigureAwait(false); 125&& semanticModel.GetNullableContext(_typeDeclaration.SpanStart).AnnotationsEnabled();