2 references to GetClassificationTypeForConstructorOrDestructorParent
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\ClassificationHelpers.cs (2)
212
return
GetClassificationTypeForConstructorOrDestructorParent
(constructorDeclaration.Parent!);
216
return
GetClassificationTypeForConstructorOrDestructorParent
(destructorDeclaration.Parent!);