Skip to content

Commit

Permalink
Merge pull request #68337 from sharwell/nameof
Browse files Browse the repository at this point in the history
Use 'nameof' with LocalizedName attribute
  • Loading branch information
sharwell authored May 26, 2023
2 parents 7809f0e + 7d476fb commit 59727ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VisualStudio/CodeLens/ReferenceCodeLensProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace Microsoft.VisualStudio.LanguageServices.CodeLens
[Name(Id)]
[ContentType(ContentTypeNames.CSharpContentType)]
[ContentType(ContentTypeNames.VisualBasicContentType)]
[LocalizedName(typeof(FeaturesResources), "CSharp_VisualBasic_References")]
[LocalizedName(typeof(FeaturesResources), nameof(FeaturesResources.CSharp_VisualBasic_References))]
[Priority(200)]
[OptionUserModifiable(userModifiable: false)]
[DetailsTemplateName("references")]
Expand Down

0 comments on commit 59727ee

Please sign in to comment.