1 implementation of SetClassKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
689
public abstract SyntaxNode
SetClassKind
(SyntaxNode typeNode, EnvDTE80.vsCMClassKind kind);
1 reference to SetClassKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_CodeGen.cs (1)
499
var updatedNode = CodeModelService.
SetClassKind
(node, kind);