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