3 references to References_To_Field_0
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\Finders\FieldReferenceFinder.cs (1)
26return string.Format(EditorFeaturesResources.References_To_Field_0, SymbolName);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
CallHierarchy\CSharpCallHierarchyTests.cs (2)
257testState.VerifyRoot(root, "N.C.goo", [string.Format(EditorFeaturesResources.References_To_Field_0, "goo")]); 258testState.VerifyResult(root, string.Format(EditorFeaturesResources.References_To_Field_0, "goo"), ["N.C.Goo()"]);