1 write to SymbolName
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\Finders\AbstractCallFinder.cs (1)
41this.SymbolName = symbol.Name;
5 references to SymbolName
Microsoft.VisualStudio.LanguageServices (5)
CallHierarchy\Finders\AbstractCallFinder.cs (2)
98throw new Exception(string.Format(WorkspacesResources.The_symbol_0_cannot_be_located_within_the_current_solution, SymbolName)); 108throw new Exception(string.Format(WorkspacesResources.The_symbol_0_cannot_be_located_within_the_current_solution, SymbolName));
CallHierarchy\Finders\FieldReferenceFinder.cs (1)
28return string.Format(EditorFeaturesResources.References_To_Field_0, SymbolName);
CallHierarchy\Finders\ImplementerFinder.cs (1)
31return string.Format(EditorFeaturesResources.Implements_0, SymbolName);
CallHierarchy\Finders\MethodCallFinder.cs (1)
29return string.Format(EditorFeaturesResources.Calls_To_0, SymbolName);