1 write to _text
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\Finders\InterfaceImplementationCallFinder.cs (1)
25
_text
= string.Format(EditorFeaturesResources.Calls_To_Interface_Implementation_0, symbol.ToDisplayString());
1 reference to _text
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\Finders\InterfaceImplementationCallFinder.cs (1)
28
public override string DisplayName =>
_text
;