1 write to PreferPredefinedTypeKeywordInMemberAccess
Microsoft.CodeAnalysis.CodeStyle (1)
SimplifierOptions.cs (1)
44PreferPredefinedTypeKeywordInMemberAccess = options.GetOption(CodeStyleOptions2.PreferIntrinsicPredefinedTypeKeywordInMemberAccess, language, fallbackOptions.PreferPredefinedTypeKeywordInMemberAccess);
5 references to PreferPredefinedTypeKeywordInMemberAccess
Microsoft.CodeAnalysis.CodeStyle (5)
AnalyzerOptionsProvider.cs (1)
54public CodeStyleOption2<bool> PreferPredefinedTypeKeywordInMemberAccess => GetOption(CodeStyleOptions2.PreferIntrinsicPredefinedTypeKeywordInMemberAccess, FallbackSimplifierOptions.PreferPredefinedTypeKeywordInMemberAccess);
CodeStyleOptions2.cs (1)
79defaultValue: SimplifierOptions.CommonDefaults.PreferPredefinedTypeKeywordInMemberAccess,
SimplifierOptions.cs (1)
44PreferPredefinedTypeKeywordInMemberAccess = options.GetOption(CodeStyleOptions2.PreferIntrinsicPredefinedTypeKeywordInMemberAccess, language, fallbackOptions.PreferPredefinedTypeKeywordInMemberAccess);
SimplifyTypeNamesDiagnosticAnalyzerBase.cs (2)
86options.PreferPredefinedTypeKeywordInMemberAccess.Notification.Severity is ReportDiagnostic.Warn or ReportDiagnostic.Error); 153: options.PreferPredefinedTypeKeywordInMemberAccess;