Implemented interface member:
1 write to InheritanceKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeClass.cs (1)
101
InheritanceKind
= newInheritanceKind;
2 references to InheritanceKind
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\InternalElements\CodeClass.cs (2)
81
return (
InheritanceKind
& EnvDTE80.vsCMInheritanceKind.vsCMInheritanceKindAbstract) != 0;
86
var inheritanceKind =
InheritanceKind
;