4 references to OptionName
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
Suggestions\SuggestedActionsSourceProvider.cs (1)
35
[DeferCreation(OptionName = EditorOption.
OptionName
)]
Suggestions\SuggestedActionsSourceProvider.EditorOption.cs (3)
21
=> editorOptionsFactory.GlobalOptions.SetOptionValue(EditorOption.
OptionName
, true);
29
[Name(
OptionName
)]
33
private static readonly EditorOptionKey<bool> s_optionKey = new(
OptionName
);