5 references to PreferSystemHashCode
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\AnalyzerOptionsProvider.cs (1)
58
public CodeStyleOption2<bool> PreferSystemHashCode => GetOption(CodeStyleOptions2.
PreferSystemHashCode
);
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Options\AutomationObject\AutomationObject.Style.cs (2)
278
get { return GetXmlOption(CodeStyleOptions2.
PreferSystemHashCode
); }
279
set { SetXmlOption(CodeStyleOptions2.
PreferSystemHashCode
, value); }
Options\Formatting\StyleViewModel.cs (1)
2270
CodeStyleItems.Add(new BooleanCodeStyleOptionViewModel(CodeStyleOptions2.
PreferSystemHashCode
, ServicesVSResources.Prefer_System_HashCode_in_GetHashCode, s_preferSystemHashCode, s_preferSystemHashCode, this, optionStore, codeBlockPreferencesGroupTitle));
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
EditorConfigSettings\DataProvider\DataProviderTests.cs (1)
118
.Remove(CodeStyleOptions2.
PreferSystemHashCode
)