3 references to _typeDeclaration
Microsoft.CodeAnalysis.Features (3)
GenerateEqualsAndGetHashCodeFromMembers\GenerateEqualsAndGetHashCodeAction.cs (3)
76var newTypeDeclaration = info.Service.AddMembers(_typeDeclaration, methods, info, cancellationToken); 87_typeDeclaration, newTypeDeclaration, cancellationToken).ConfigureAwait(false); 108&& semanticModel.GetNullableContext(_typeDeclaration.SpanStart).AnnotationsEnabled();