2 overrides of ProjectKind
Microsoft.VisualStudio.LanguageServices (2)
Interactive\CSharpResetInteractiveMenuCommand.cs (1)
28
protected override string
ProjectKind
=> VSLangProj.PrjKind.prjKindCSharpProject;
Interactive\VisualBasicResetInteractiveMenuCommand.cs (1)
28
protected override string
ProjectKind
=> VSLangProj.PrjKind.prjKindVBProject;
1 reference to ProjectKind
Microsoft.VisualStudio.LanguageServices (1)
Interactive\AbstractResetInteractiveMenuCommand.cs (1)
72
&& project != null && project.Kind ==
ProjectKind