2 references to CheckBoxEnumFlagsOptionViewModel
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\Formatting\NewLinesViewModel.cs (1)
243
Items.Add(new
CheckBoxEnumFlagsOptionViewModel
<NewLineBeforeOpenBracePlacement>(CSharpFormattingOptions2.NewLineBeforeOpenBrace, (int)NewLineBeforeOpenBracePlacement.ObjectCollectionArrayInitializers, CSharpVSResources.Place_open_brace_on_new_line_for_object_collection_array_and_with_initializers, s_InitializerPreviewTrue, s_InitializerPreviewFalse, this, optionStore, newLineBeforeOpenBraceValue, s_newLinesForBracesConversions));
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\CheckBoxEnumFlagsViewModel.cs (1)
33
:
this
(option, flag, description, preview, preview, info, optionStore, valueStorage, conversions)