7 references to PreferSystemHashCode
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\IdeAnalyzerOptionsStorage.cs (1)
32
PreferSystemHashCode = globalOptions.GetOption(CodeStyleOptions2.
PreferSystemHashCode
, language),
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)
2238
CodeStyleItems.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)
210
Return GetXmlOption(CodeStyleOptions2.
PreferSystemHashCode
)
213
SetXmlOption(CodeStyleOptions2.
PreferSystemHashCode
, value)
Options\StyleViewModel.vb (1)
833
Me.CodeStyleItems.Add(New BooleanCodeStyleOptionViewModel(CodeStyleOptions2.
PreferSystemHashCode
, ServicesVSResources.Prefer_System_HashCode_in_GetHashCode, s_preferSystemHashCode, s_preferSystemHashCode, Me, optionStore, codeBlockPreferencesGroupTitle))