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