5 references to PreferSimplifiedInterpolation
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\Analyzers\AnalyzerOptionsProvider.cs (1)
57
public CodeStyleOption2<bool> PreferSimplifiedInterpolation => GetOption(CodeStyleOptions2.
PreferSimplifiedInterpolation
);
src\Analyzers\Core\Analyzers\SimplifyInterpolation\AbstractSimplifyInterpolationDiagnosticAnalyzer.cs (1)
18
CodeStyleOptions2.
PreferSimplifiedInterpolation
,
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\DataProvider\CodeStyle\CommonCodeStyleSettingsProvider.cs (1)
112
yield return CodeStyleSetting.Create(CodeStyleOptions2.
PreferSimplifiedInterpolation
, description: ServicesVSResources.Prefer_simplified_interpolation, options, updater);
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\AutomationObject\AutomationObject.Style.cs (2)
260
get { return GetXmlOption(CodeStyleOptions2.
PreferSimplifiedInterpolation
); }
261
set { SetXmlOption(CodeStyleOptions2.
PreferSimplifiedInterpolation
, value); }