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