1 write to _showAllCSharpCodeActions
Microsoft.VisualStudio.LanguageServices.Razor (1)
VisualStudioLanguageServerFeatureOptions.cs (1)
22
_showAllCSharpCodeActions
= new Lazy<bool>(() =>
1 reference to _showAllCSharpCodeActions
Microsoft.VisualStudio.LanguageServices.Razor (1)
VisualStudioLanguageServerFeatureOptions.cs (1)
37
public override bool ShowAllCSharpCodeActions =>
_showAllCSharpCodeActions
.Value;