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