1 write to PreferPatternMatchingOverAsWithNullCheck
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpIdeCodeStyleOptions.cs (1)
97PreferPatternMatchingOverAsWithNullCheck = options.GetOption(CSharpCodeStyleOptions.PreferPatternMatchingOverAsWithNullCheck, fallbackOptions.PreferPatternMatchingOverAsWithNullCheck);
3 references to PreferPatternMatchingOverAsWithNullCheck
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpAnalyzerOptionsProvider.cs (1)
77public CodeStyleOption2<bool> PreferPatternMatchingOverAsWithNullCheck => GetOption(CSharpCodeStyleOptions.PreferPatternMatchingOverAsWithNullCheck, FallbackCodeStyleOptions.PreferPatternMatchingOverAsWithNullCheck);
CSharpCodeStyleOptions.cs (1)
53CSharpIdeCodeStyleOptions.Default.PreferPatternMatchingOverAsWithNullCheck);
CSharpIdeCodeStyleOptions.cs (1)
97PreferPatternMatchingOverAsWithNullCheck = options.GetOption(CSharpCodeStyleOptions.PreferPatternMatchingOverAsWithNullCheck, fallbackOptions.PreferPatternMatchingOverAsWithNullCheck);