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