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