14 references to ImplementTypeOptionsStorage
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
ImplementAbstractClass\ImplementAbstractClassTests.cs (2)
1615var options = Option(ImplementTypeOptionsStorage.InsertionBehavior, ImplementTypeInsertionBehavior.AtTheEnd); 1807Option(ImplementTypeOptionsStorage.PropertyGenerationBehavior, ImplementTypePropertyGenerationBehavior.PreferAutoProperties),
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
ImplementAbstractClass\ImplementAbstractClassTests.vb (1)
635End Class", parameters:=New TestParameters(globalOptions:=[Option](ImplementTypeOptionsStorage.PropertyGenerationBehavior, ImplementTypePropertyGenerationBehavior.PreferAutoProperties)))
ImplementInterface\ImplementInterfaceTests.vb (1)
4533end class", parameters:=New TestParameters(globalOptions:=[Option](ImplementTypeOptionsStorage.PropertyGenerationBehavior, ImplementTypePropertyGenerationBehavior.PreferAutoProperties)))
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Options\OptionSerializerTests.cs (2)
77ImplementTypeOptionsStorage.InsertionBehavior, 78ImplementTypeOptionsStorage.PropertyGenerationBehavior,
Microsoft.VisualStudio.LanguageServices.CSharp (4)
Options\AdvancedOptionPageControl.xaml.cs (4)
170BindToOption(with_other_members_of_the_same_kind, ImplementTypeOptionsStorage.InsertionBehavior, ImplementTypeInsertionBehavior.WithOtherMembersOfTheSameKind, LanguageNames.CSharp); 171BindToOption(at_the_end, ImplementTypeOptionsStorage.InsertionBehavior, ImplementTypeInsertionBehavior.AtTheEnd, LanguageNames.CSharp); 172BindToOption(prefer_throwing_properties, ImplementTypeOptionsStorage.PropertyGenerationBehavior, ImplementTypePropertyGenerationBehavior.PreferThrowingProperties, LanguageNames.CSharp); 173BindToOption(prefer_auto_properties, ImplementTypeOptionsStorage.PropertyGenerationBehavior, ImplementTypePropertyGenerationBehavior.PreferAutoProperties, LanguageNames.CSharp);
Microsoft.VisualStudio.LanguageServices.VisualBasic (4)
Options\AdvancedOptionPageControl.xaml.vb (4)
163BindToOption(with_other_members_of_the_same_kind, ImplementTypeOptionsStorage.InsertionBehavior, ImplementTypeInsertionBehavior.WithOtherMembersOfTheSameKind, LanguageNames.VisualBasic) 164BindToOption(at_the_end, ImplementTypeOptionsStorage.InsertionBehavior, ImplementTypeInsertionBehavior.AtTheEnd, LanguageNames.VisualBasic) 166BindToOption(prefer_throwing_properties, ImplementTypeOptionsStorage.PropertyGenerationBehavior, ImplementTypePropertyGenerationBehavior.PreferThrowingProperties, LanguageNames.VisualBasic) 167BindToOption(prefer_auto_properties, ImplementTypeOptionsStorage.PropertyGenerationBehavior, ImplementTypePropertyGenerationBehavior.PreferAutoProperties, LanguageNames.VisualBasic)