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