1 override of CanGoToSource
Microsoft.VisualStudio.LanguageServices (1)
Library\ObjectBrowser\ObjectList.cs (1)
96protected override bool CanGoToSource(uint index, VSOBJGOTOSRCTYPE srcType)
1 reference to CanGoToSource
Microsoft.VisualStudio.LanguageServices (1)
Library\AbstractObjectList.cs (1)
112pfOK = CanGoToSource(index, srcType) ? 1 : 0;