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