3 references to PreferSystemThreadingLock
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\Analyzers\CodeStyle\CSharpAnalyzerOptionsProvider.cs (1)
72
public CodeStyleOption2<bool> PreferSystemThreadingLock => GetOption(CSharpCodeStyleOptions.
PreferSystemThreadingLock
);
src\Analyzers\CSharp\Analyzers\UseSystemThreadingLock\CSharpUseSystemThreadingLockDiagnosticAnalyzer.cs (1)
41
CSharpCodeStyleOptions.
PreferSystemThreadingLock
,
Microsoft.VisualStudio.LanguageServices.CSharp (1)
EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsProvider.cs (1)
107
yield return CodeStyleSetting.Create(CSharpCodeStyleOptions.
PreferSystemThreadingLock
, ServicesVSResources.Prefer_System_Threading_Lock, options, updater);