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