6 references to PreferThrowingProperties
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
ImplementType\OmniSharpImplementTypeOptions.cs (1)
21PreferThrowingProperties = ImplementTypePropertyGenerationBehavior.PreferThrowingProperties,
Microsoft.CodeAnalysis.Features (2)
ImplementAbstractClass\ImplementAbstractClassData.cs (1)
207propertyGenerationBehavior = ImplementTypePropertyGenerationBehavior.PreferThrowingProperties;
ImplementInterface\AbstractImplementInterfaceService.CodeAction_Property.cs (1)
101propertyGenerationBehavior = ImplementTypePropertyGenerationBehavior.PreferThrowingProperties;
Microsoft.CodeAnalysis.Workspaces (1)
ImplementType\ImplementTypeOptions.cs (1)
21[DataMember] public ImplementTypePropertyGenerationBehavior PropertyGenerationBehavior { get; init; } = ImplementTypePropertyGenerationBehavior.PreferThrowingProperties;
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
172BindToOption(prefer_throwing_properties, ImplementTypeOptionsStorage.PropertyGenerationBehavior, ImplementTypePropertyGenerationBehavior.PreferThrowingProperties, LanguageNames.CSharp);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Options\AdvancedOptionPageControl.xaml.vb (1)
166BindToOption(prefer_throwing_properties, ImplementTypeOptionsStorage.PropertyGenerationBehavior, ImplementTypePropertyGenerationBehavior.PreferThrowingProperties, LanguageNames.VisualBasic)