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)
37public override bool ShowAllCSharpCodeActions => _showAllCSharpCodeActions.Value;