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