1 write to PreferPatternMatchingOverIsWithCastCheck
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpIdeCodeStyleOptions.cs (1)
98PreferPatternMatchingOverIsWithCastCheck = options.GetOption(CSharpCodeStyleOptions.PreferPatternMatchingOverIsWithCastCheck, fallbackOptions.PreferPatternMatchingOverIsWithCastCheck);
3 references to PreferPatternMatchingOverIsWithCastCheck
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpAnalyzerOptionsProvider.cs (1)
78public CodeStyleOption2<bool> PreferPatternMatchingOverIsWithCastCheck => GetOption(CSharpCodeStyleOptions.PreferPatternMatchingOverIsWithCastCheck, FallbackCodeStyleOptions.PreferPatternMatchingOverIsWithCastCheck);
CSharpCodeStyleOptions.cs (1)
57CSharpIdeCodeStyleOptions.Default.PreferPatternMatchingOverIsWithCastCheck);
CSharpIdeCodeStyleOptions.cs (1)
98PreferPatternMatchingOverIsWithCastCheck = options.GetOption(CSharpCodeStyleOptions.PreferPatternMatchingOverIsWithCastCheck, fallbackOptions.PreferPatternMatchingOverIsWithCastCheck);