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)
93
var newTypeDeclaration = info.Service.AddMembers(
_typeDeclaration
, methods, info, cancellationToken);
104
_typeDeclaration
, newTypeDeclaration, cancellationToken).ConfigureAwait(false);
125
&& semanticModel.GetNullableContext(
_typeDeclaration
.SpanStart).AnnotationsEnabled();