7 references to PreferSystemHashCode
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\IdeAnalyzerOptionsStorage.cs (1)
32PreferSystemHashCode = globalOptions.GetOption(CodeStyleOptions2.PreferSystemHashCode, language),
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Options\AutomationObject\AutomationObject.Style.cs (2)
278get { return GetXmlOption(CodeStyleOptions2.PreferSystemHashCode); } 279set { SetXmlOption(CodeStyleOptions2.PreferSystemHashCode, value); }
Options\Formatting\StyleViewModel.cs (1)
2238CodeStyleItems.Add(new BooleanCodeStyleOptionViewModel(CodeStyleOptions2.PreferSystemHashCode, ServicesVSResources.Prefer_System_HashCode_in_GetHashCode, s_preferSystemHashCode, s_preferSystemHashCode, this, optionStore, codeBlockPreferencesGroupTitle));
Microsoft.VisualStudio.LanguageServices.VisualBasic (3)
Options\AutomationObject\AutomationObject.Style.vb (2)
210Return GetXmlOption(CodeStyleOptions2.PreferSystemHashCode) 213SetXmlOption(CodeStyleOptions2.PreferSystemHashCode, value)
Options\StyleViewModel.vb (1)
833Me.CodeStyleItems.Add(New BooleanCodeStyleOptionViewModel(CodeStyleOptions2.PreferSystemHashCode, ServicesVSResources.Prefer_System_HashCode_in_GetHashCode, s_preferSystemHashCode, s_preferSystemHashCode, Me, optionStore, codeBlockPreferencesGroupTitle))